mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +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
|
* psx/fdtable.h
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
/* INCLUDES */
|
/* INCLUDES */
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <psx/safeobj.h>
|
#include <psx/safeobj.h>
|
||||||
|
|
||||||
/* OBJECTS */
|
/* OBJECTS */
|
||||||
|
|
Loading…
Reference in a new issue