# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1142843768 0
# Node ID 2346e29630873adeadff505f08d9e65d45f01948
# Parent  c6766baead5e85976f8135cccbb4c0e7096d3e05
Integer-Typen in ecrt.h.

diff -r c6766baead5e -r 2346e2963087 include/ecrt.h
--- a/include/ecrt.h	Mon Mar 20 08:24:12 2006 +0000
+++ b/include/ecrt.h	Mon Mar 20 08:36:08 2006 +0000
@@ -11,6 +11,12 @@
 
 #include <asm/byteorder.h>
 
+#ifdef __KERNEL__
+#include <linux/types.h>
+#else
+#include <stdint.h>
+#endif
+
 /*****************************************************************************/
 
 struct ec_master;