diff options
Diffstat (limited to 'psxdev/common.h')
-rw-r--r-- | psxdev/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/psxdev/common.h b/psxdev/common.h index ee6e3a1..3a3c9d1 100644 --- a/psxdev/common.h +++ b/psxdev/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.1 2002-06-21 23:45:51 Pixel Exp $ */ +/* $Id: common.h,v 1.2 2002-06-23 15:47:03 Pixel Exp $ */ /* common stuff @@ -28,6 +28,8 @@ #define _GNU_SOURCE #define _USE_GNU +#include "generic.h" + #include <sys/types.h> #if ENABLE_NLS |