From: Ondrej Oprala Date: Thu, 27 Mar 2014 13:20:59 +0000 (+0100) Subject: libsmartcols: include stdio X-Git-Tag: v2.25-rc1~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce44112b1081545b689cfd91eeb131d04233b87a;p=thirdparty%2Futil-linux.git libsmartcols: include stdio Signed-off-by: Ondrej Oprala --- diff --git a/libsmartcols/src/cell.c b/libsmartcols/src/cell.c index f856425500..e70fb39128 100644 --- a/libsmartcols/src/cell.c +++ b/libsmartcols/src/cell.c @@ -16,7 +16,7 @@ * An API to access and modify per-cell data and information. */ -#include + #include #include #include diff --git a/libsmartcols/src/column.c b/libsmartcols/src/column.c index 36ebc813e3..b01119d286 100644 --- a/libsmartcols/src/column.c +++ b/libsmartcols/src/column.c @@ -16,7 +16,7 @@ * An API to access and modify per-column data and information. */ -#include + #include #include #include diff --git a/libsmartcols/src/iter.c b/libsmartcols/src/iter.c index 757bfe34c6..72c7865a89 100644 --- a/libsmartcols/src/iter.c +++ b/libsmartcols/src/iter.c @@ -14,7 +14,7 @@ * The iterator keeps the direction and the last position * for access to the internal library tables/lists. */ -#include + #include #include diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in index c8b0966a31..2da1c14d78 100644 --- a/libsmartcols/src/libsmartcols.h.in +++ b/libsmartcols/src/libsmartcols.h.in @@ -15,6 +15,7 @@ extern "C" { #endif #include +#include #include #define LIBSMARTCOLS_VERSION "@LIBSMARTCOLS_VERSION@" diff --git a/libsmartcols/src/line.c b/libsmartcols/src/line.c index 44f3249283..931cc08218 100644 --- a/libsmartcols/src/line.c +++ b/libsmartcols/src/line.c @@ -16,7 +16,7 @@ * An API to access and modify per-line data and information. */ -#include + #include #include #include diff --git a/libsmartcols/src/symbols.c b/libsmartcols/src/symbols.c index 2d52562d47..2b8f81dc93 100644 --- a/libsmartcols/src/symbols.c +++ b/libsmartcols/src/symbols.c @@ -15,7 +15,7 @@ * An API to access and modify data and information per symbol/symbol group. */ -#include + #include #include #include diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index d05c1435f7..94df47b057 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -16,7 +16,7 @@ * Table manipulation API. */ -#include + #include #include #include diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/table_print.c index 0950340715..306f2d2e79 100644 --- a/libsmartcols/src/table_print.c +++ b/libsmartcols/src/table_print.c @@ -6,7 +6,7 @@ * This file may be redistributed under the terms of the * GNU Lesser General Public License. */ -#include + #include #include #include diff --git a/libsmartcols/src/test.c b/libsmartcols/src/test.c index aee4d8855b..4a45a9a53e 100644 --- a/libsmartcols/src/test.c +++ b/libsmartcols/src/test.c @@ -11,7 +11,7 @@ * GNU Lesser General Public License. */ -#include + #include #include #include