patch-2.3.29 linux/fs/udf/udfend.h

Next file: linux/include/asm-alpha/core_tsunami.h
Previous file: linux/fs/udf/udfdecl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/fs/udf/udfend.h linux/fs/udf/udfend.h
@@ -3,6 +3,8 @@
 
 #ifndef __KERNEL__ 
 
+#include <sys/types.h>
+
 #if __BYTE_ORDER == 0
 
 #error "__BYTE_ORDER must be defined"
@@ -44,8 +46,11 @@
 
 #endif /* __BYTE_ORDER == 0 */
 
+#include <string.h>
+
 #else /* __KERNEL__ */
 
+#include <asm/byteorder.h>
 #include <linux/string.h>
 
 #endif /* ! __KERNEL__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)