Index: t4kcommon-0.1.1/src/t4k_common.h
===================================================================
--- t4kcommon-0.1.1.orig/src/t4k_common.h
+++ t4kcommon-0.1.1/src/t4k_common.h
@@ -124,12 +124,7 @@
 // #define _(String) gettext (String)
 
 #ifndef bool
-typedef enum
-{
-   false, 
-   true
-}
-bool;
+#include <stdbool.h>
 #endif
 
 // Debug macros
