summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/libsmartcols.h.in
diff options
context:
space:
mode:
authorOndrej Oprala2014-03-27 14:20:59 +0100
committerKarel Zak2014-04-03 12:29:18 +0200
commitce44112b1081545b689cfd91eeb131d04233b87a (patch)
tree5ff4e915cb9f51be1e5b9c1a7e69b18e895e3b3b /libsmartcols/src/libsmartcols.h.in
parentlibsmartcols: add scols_table_is_empty() (diff)
downloadkernel-qcow2-util-linux-ce44112b1081545b689cfd91eeb131d04233b87a.tar.gz
kernel-qcow2-util-linux-ce44112b1081545b689cfd91eeb131d04233b87a.tar.xz
kernel-qcow2-util-linux-ce44112b1081545b689cfd91eeb131d04233b87a.zip
libsmartcols: include stdio
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'libsmartcols/src/libsmartcols.h.in')
-rw-r--r--libsmartcols/src/libsmartcols.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsmartcols/src/libsmartcols.h.in b/libsmartcols/src/libsmartcols.h.in
index c8b0966a3..2da1c14d7 100644
--- a/libsmartcols/src/libsmartcols.h.in
+++ b/libsmartcols/src/libsmartcols.h.in
@@ -15,6 +15,7 @@ extern "C" {
#endif
#include <stdlib.h>
+#include <stdio.h>
#include <sys/types.h>
#define LIBSMARTCOLS_VERSION "@LIBSMARTCOLS_VERSION@"