Try to fix compile failures.
[util-vserver.git] / lib / ext2fs.h
index 35c3a76..aa998c2 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: ext2fs.h,v 1.2 2004/01/29 11:00:41 ensc Exp $    --*- c -*--
+// $Id: ext2fs.h 720 2004-01-29 11:00:41Z ensc $    --*- c -*--
 
 // Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 //  
@@ -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)