From 5c3b75ab4191c86a8f80c180569ef9bf68a1b021 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Mon, 11 Mar 2002 20:50:49 +0000 Subject: [PATCH] added missing include svn path=/trunk/; revision=2702 --- posix/include/psx/fdtable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posix/include/psx/fdtable.h b/posix/include/psx/fdtable.h index 7296957c860..cdff861bc80 100644 --- a/posix/include/psx/fdtable.h +++ b/posix/include/psx/fdtable.h @@ -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 #include +#include #include /* OBJECTS */