libsmartcols: include stdio

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
Ondrej Oprala 2014-03-27 14:20:59 +01:00 committed by Karel Zak
parent c0070f8187
commit ce44112b10
9 changed files with 9 additions and 8 deletions

View File

@ -16,7 +16,7 @@
* An API to access and modify per-cell data and information.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -16,7 +16,7 @@
* An API to access and modify per-column data and information.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -14,7 +14,7 @@
* The iterator keeps the direction and the last position
* for access to the internal library tables/lists.
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -15,6 +15,7 @@ extern "C" {
#endif
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#define LIBSMARTCOLS_VERSION "@LIBSMARTCOLS_VERSION@"

View File

@ -16,7 +16,7 @@
* An API to access and modify per-line data and information.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -15,7 +15,7 @@
* An API to access and modify data and information per symbol/symbol group.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -16,7 +16,7 @@
* Table manipulation API.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -6,7 +6,7 @@
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

View File

@ -11,7 +11,7 @@
* GNU Lesser General Public License.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>