summaryrefslogtreecommitdiff
path: root/psxdev/common.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-23 15:47:03 +0000
committerPixel <Pixel>2002-06-23 15:47:03 +0000
commitab0afb77b2a0bb9d5dd3eb27ea98c6f9f4e938c2 (patch)
treeee8f98b59c54cdfe1a7cc58094023993f1f1dc35 /psxdev/common.h
parentb3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (diff)
fixed u_* types for Windows.
Diffstat (limited to 'psxdev/common.h')
-rw-r--r--psxdev/common.h4
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