summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2009-05-13 18:45:47 +0200
committerTilman Sauerbeck <tilman@crux.nu>2009-05-13 18:45:47 +0200
commit4220cc4e0f59c74d9c0c554260523dc9b270f631 (patch)
tree9cc976841de5d5692a5982fee1378de61309c0de
parent9d3984ec3486adaa87318abc0256ac659de4185f (diff)
downloadhttpup-4220cc4e0f59c74d9c0c554260523dc9b270f631.tar.gz
httpup-4220cc4e0f59c74d9c0c554260523dc9b270f631.tar.xz
Fixed the build with gcc 4.4.
-rw-r--r--configparser.cpp1
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"

Generated by cgit