X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=e8ee9019a5686fd166dfc47b9879f4b0e3b6ddfe;hb=fef3094bcfb4fae0b7409bb5270ec260b1c6ddee;hp=9a3d3e8a9797ed00562eb9a278dd555b25885d43;hpb=b309ccfdfd4593f3aecbdf1dafaed2f2c9d4a779;p=dockapps%2Fwmnotify.git diff --git a/src/common.h b/src/common.h index 9a3d3e8..e8ee901 100644 --- a/src/common.h +++ b/src/common.h @@ -6,6 +6,7 @@ #include #include +#include #include #if STDC_HEADERS @@ -21,13 +22,6 @@ # define EXIT_FAILURE 1 #endif -typedef int bool; -#ifndef FALSE -# define FALSE 0 -# define TRUE 1 -#endif - - /* Returns TRUE if the strings 'a' and 'b' are equal. */ #define STREQ(a, b) (strcmp((a), (b)) == 0)