Try to fix compile failures.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 10 Oct 2007 13:46:06 +0000 (13:46 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 10 Oct 2007 13:46:06 +0000 (13:46 +0000)
lib/ext2fs.h

index 2d50420..aa998c2 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef H_UTIL_VSERVER_SRC_EXT2FS_H
 #define H_UTIL_VSERVER_SRC_EXT2FS_H
 
+#include <stdint.h>
+#include <linux/types.h>
 #ifdef ENSC_HAVE_EXT2FS_EXT2_FS_H
 #  include <ext2fs/ext2_fs.h>
 #elif defined(ENSC_HAVE_LINUX_EXT2_FS_H)