common.h
branchtrunk
changeset 25 887faebaba0a
parent 23 3b14b8aacaa0
     1.1 --- a/common.h	Wed Feb 04 19:34:25 2009 +0800
     1.2 +++ b/common.h	Thu Feb 12 20:47:23 2009 +0800
     1.3 @@ -30,6 +30,7 @@
     1.4  #include <vdr/config.h>
     1.5  #endif
     1.6  #include "config.h"
     1.7 +#include "compat.h"
     1.8  
     1.9  #if !defined(NO_DEBUG) && defined(DEBUG)
    1.10  #define d(x) { (x); }