From 5335e5ddd551b760e5348ec3b1fda87400b10b2a Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 30 Dec 2004 13:33:36 +0000 Subject: Add missing #include statement. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@216 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/Authorisation.c | 1 + src/Expression.c | 1 + src/Parameters.c | 1 + src/Sockets.c | 1 + src/Startup.c | 1 + src/Steer.c | 1 + src/http.c | 1 + 7 files changed, 7 insertions(+) diff --git a/src/Authorisation.c b/src/Authorisation.c index bec292b..0a4a928 100644 --- a/src/Authorisation.c +++ b/src/Authorisation.c @@ -10,6 +10,7 @@ #include "cctk.h" +#include #include #include diff --git a/src/Expression.c b/src/Expression.c index c8d5f49..315691c 100644 --- a/src/Expression.c +++ b/src/Expression.c @@ -12,6 +12,7 @@ #include "cctk.h" #endif +#include #include #include diff --git a/src/Parameters.c b/src/Parameters.c index f5150c4..8336a74 100644 --- a/src/Parameters.c +++ b/src/Parameters.c @@ -8,6 +8,7 @@ @version $Header$ @@*/ +#include #include #include diff --git a/src/Sockets.c b/src/Sockets.c index a029363..8d36ae8 100644 --- a/src/Sockets.c +++ b/src/Sockets.c @@ -15,6 +15,7 @@ #include "util_Network.h" #include "SocketUtils.h" +#include #include #include diff --git a/src/Startup.c b/src/Startup.c index 9d87128..a12aef6 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -9,6 +9,7 @@ @@*/ #include "cctk.h" +#include #include #ifdef CCTK_PTHREADS diff --git a/src/Steer.c b/src/Steer.c index c39960a..340e1a3 100644 --- a/src/Steer.c +++ b/src/Steer.c @@ -17,6 +17,7 @@ #include #endif +#include #include #include diff --git a/src/http.c b/src/http.c index 74b44fc..3254954 100644 --- a/src/http.c +++ b/src/http.c @@ -11,6 +11,7 @@ #include "cctk.h" #include "cctk_Parameters.h" +#include #include #ifdef HAVE_SYS_TIME_H -- cgit v1.2.3