summaryrefslogtreecommitdiff
path: root/lib/e2p/iod.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-04-19 13:48:27 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-04-19 13:48:27 -0400
commit520ead378ec5ddef828a8d206434cc3a444b2e9e (patch)
tree4739d4276d0d5091e27eb5034bc0b58cdc043817 /lib/e2p/iod.c
parentfc56eee2eaf97243122725460612ab6455193e09 (diff)
downloade2fsprogs-520ead378ec5ddef828a8d206434cc3a444b2e9e.tar.gz
Fix gcc -Wall warnings.
Diffstat (limited to 'lib/e2p/iod.c')
-rw-r--r--lib/e2p/iod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2p/iod.c b/lib/e2p/iod.c
index 42e69d9d..255bfdf2 100644
--- a/lib/e2p/iod.c
+++ b/lib/e2p/iod.c
@@ -18,6 +18,7 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
+#include <stdlib.h>
int iterate_on_dir (const char * dir_name,
int (*func) (const char *, struct dirent *, void *),