From 402c96e473ec4ef79898a91e70e7107d31e53272 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 3 Jun 1998 04:33:37 +0000 Subject: [PATCH] #include for several files - Federico --- examples/first.c | 2 ++ examples/second.c | 2 ++ examples/third.c | 2 ++ src/proxy/main.c | 1 + 4 files changed, 7 insertions(+) diff --git a/examples/first.c b/examples/first.c index c4f32e6e..0f31308c 100644 --- a/examples/first.c +++ b/examples/first.c @@ -19,6 +19,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include + #include #include #include diff --git a/examples/second.c b/examples/second.c index 9dbb73ce..423111ab 100644 --- a/examples/second.c +++ b/examples/second.c @@ -19,6 +19,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include + #include #include #include diff --git a/examples/third.c b/examples/third.c index 9d1ce168..261ba8c3 100644 --- a/examples/third.c +++ b/examples/third.c @@ -19,6 +19,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include + #include #include diff --git a/src/proxy/main.c b/src/proxy/main.c index 1eda5386..361d924b 100644 --- a/src/proxy/main.c +++ b/src/proxy/main.c @@ -26,6 +26,7 @@ #include #include +#include #if defined(HAVE_GETDTABLESIZE) #define GET_MAX_FDS() getdtablesize()