Fix includes for libdevmapper internals.
authorMilan Broz <gmazyland@gmail.com>
Thu, 29 Apr 2010 22:26:14 +0000 (22:26 +0000)
committerMilan Broz <gmazyland@gmail.com>
Thu, 29 Apr 2010 22:26:14 +0000 (22:26 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@204 36d66b0a-2a48-0410-832c-cd162a569da5

lib/libdevmapper.c

index d4e9974..e697f71 100644 (file)
@@ -1,4 +1,6 @@
 #include <sys/ioctl.h>
+#include <sys/stat.h>
+#include <stdio.h>
 #include <dirent.h>
 #include <errno.h>
 #include <libdevmapper.h>