added missing include
authorKJK::Hyperion <hackbunny@reactos.org>
Mon, 11 Mar 2002 20:50:49 +0000 (20:50 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Mon, 11 Mar 2002 20:50:49 +0000 (20:50 +0000)
svn path=/trunk/; revision=2702

posix/include/psx/fdtable.h

index 7296957..cdff861 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: fdtable.h,v 1.2 2002/02/20 09:17:55 hyperion Exp $
+/* $Id: fdtable.h,v 1.3 2002/03/11 20:50:49 hyperion Exp $
  */
 /*
  * psx/fdtable.h
@@ -27,6 +27,7 @@
 /* INCLUDES */
 #include <limits.h>
 #include <inttypes.h>
+#include <stddef.h>
 #include <psx/safeobj.h>
 
 /* OBJECTS */