diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-05-13 18:45:47 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-05-13 18:45:47 +0200 |
commit | 4220cc4e0f59c74d9c0c554260523dc9b270f631 (patch) | |
tree | 9cc976841de5d5692a5982fee1378de61309c0de | |
parent | 9d3984ec3486adaa87318abc0256ac659de4185f (diff) | |
download | httpup-4220cc4e0f59c74d9c0c554260523dc9b270f631.tar.gz httpup-4220cc4e0f59c74d9c0c554260523dc9b270f631.tar.xz |
Fixed the build with gcc 4.4.
-rw-r--r-- | configparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configparser.cpp b/configparser.cpp index c70df82..5ed1c95 100644 --- a/configparser.cpp +++ b/configparser.cpp @@ -10,6 +10,7 @@ //////////////////////////////////////////////////////////////////////// #include <iostream> +#include <cstdio> #include <cstring> #include "configparser.h" |