added missing include

svn path=/trunk/; revision=2702
This commit is contained in:
KJK::Hyperion 2002-03-11 20:50:49 +00:00
parent 0283e02202
commit 5c3b75ab41

View 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 */