Merge branch 'next' of repo.nicira.com:/srv/git/openvswitch into next
[openvswitch] / datapath / linux-2.6 / compat-2.6 / include / linux / types.h
index c1f375eb308cf71abd0e72e6ca3846fc1b5eda88..d88baf71ce9ffca51d62ccaedf9e3e0332e712aa 100644 (file)
@@ -11,4 +11,8 @@ typedef __u32 __bitwise __wsum;
 
 #endif /* linux kernel < 2.6.20 */
 
+#ifndef HAVE_BOOL_TYPE
+typedef _Bool bool;
+#endif /* !HAVE_BOOL_TYPE */
+
 #endif