Whamcloud - gitweb
libext2fs: include config.h for HAVE_xxx defines
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Feb 2012 06:12:53 +0000 (01:12 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Feb 2012 06:12:53 +0000 (01:12 -0500)
commit997a0cf34e26c4af1cf18f2e61d8d1ad346e8e2f
treea8ff36c05ef91a0650fc852825533edf8ddd0444
parentb96365f8c2e48b714332d038c6360f9993ac17e0
libext2fs: include config.h for HAVE_xxx defines

We check HAVE_UNISTD_H but haven't included config.h yet, so we end up
hitting warnings about missing prototypes for close/read/etc... funcs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/mmp.c