diff options
author | deva <deva> | 2010-07-05 07:06:53 +0000 |
---|---|---|
committer | deva <deva> | 2010-07-05 07:06:53 +0000 |
commit | 7fc21b0272ad1e514c4461d10f75e1a79199f4c8 (patch) | |
tree | 965b92b1ed991af9d44416cc20249be4ef50f14c /server/src/httpd.cc | |
parent | bb405bf5f92f1d41073325d7619b009e134554a6 (diff) |
Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.
Diffstat (limited to 'server/src/httpd.cc')
-rw-r--r-- | server/src/httpd.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/httpd.cc b/server/src/httpd.cc index 9150520..e3c287e 100644 --- a/server/src/httpd.cc +++ b/server/src/httpd.cc @@ -29,6 +29,8 @@ #include <errno.h> #include <stdlib.h> +#include <stdint.h> +#include <stdio.h> // For fork #include <sys/types.h> |