[PATCH] 2.5.48 s390 (6/16): missing includes.
Martin Schwidefsky (schwidefsky@de.ibm.com)
Mon, 18 Nov 2002 20:19:14 +0100
diff -urN linux-2.5.48/include/asm-s390/debug.h linux-2.5.48-s390/include/asm-s390/debug.h
--- linux-2.5.48/include/asm-s390/debug.h	Mon Nov 18 05:29:46 2002
+++ linux-2.5.48-s390/include/asm-s390/debug.h	Mon Nov 18 20:11:29 2002
@@ -9,6 +9,8 @@
 #ifndef DEBUG_H
 #define DEBUG_H
 
+#include <linux/string.h>
+
 /* Note:
  * struct __debug_entry must be defined outside of #ifdef __KERNEL__ 
  * in order to allow a user program to analyze the 'raw'-view.
diff -urN linux-2.5.48/include/asm-s390x/debug.h linux-2.5.48-s390/include/asm-s390x/debug.h
--- linux-2.5.48/include/asm-s390x/debug.h	Mon Nov 18 05:29:46 2002
+++ linux-2.5.48-s390/include/asm-s390x/debug.h	Mon Nov 18 20:11:29 2002
@@ -9,6 +9,8 @@
 #ifndef DEBUG_H
 #define DEBUG_H
 
+#include <linux/string.h>
+
 /* Note:
  * struct __debug_entry must be defined outside of #ifdef __KERNEL__ 
  * in order to allow a user program to analyze the 'raw'-view.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/