diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-04-28 23:01:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-04-28 23:01:03 +0000 |
commit | 2a49987a29270e14b5a9396b0ab3b7b4588770c3 (patch) | |
tree | edb5cb767632323ef288451f38d669e0b2feba4e /src/protocolhttp.cpp | |
parent | d416848a9c212bf0503ec5b9de4cd23449ecd73c (diff) | |
download | libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.gz libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.bz2 libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.tar.xz libbu++-2a49987a29270e14b5a9396b0ab3b7b4588770c3.zip |
Apparently there were a number of things that weren't strict ISO C++, the new
version of gcc complained about them, none of these changes will break backward
compatibility, so I fixed them.
I added more docs too, it seems.
Diffstat (limited to 'src/protocolhttp.cpp')
-rw-r--r-- | src/protocolhttp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp index 80f32e1..f512eda 100644 --- a/src/protocolhttp.cpp +++ b/src/protocolhttp.cpp | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <dirent.h> | 8 | #include <dirent.h> |
9 | #include <sys/wait.h> | 9 | #include <sys/wait.h> |
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include <stdlib.h> | ||
11 | #include "bu/protocolhttp.h" | 12 | #include "bu/protocolhttp.h" |
12 | #include "bu/logger.h" | 13 | #include "bu/logger.h" |
13 | 14 | ||