mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
added missing include
svn path=/trunk/; revision=2702
This commit is contained in:
parent
0283e02202
commit
5c3b75ab41
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue