diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-25 05:08:58 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-03-25 05:08:58 +0000 |
commit | a4e0a1127a7db3e08399bfb1efffb14588323743 (patch) | |
tree | 4a5fae3369bec68ee1e41fd80fbdf37bf3db4d0d | |
parent | f09f2e193039d64795f0c2fac6114dc109bd40ab (diff) |
Fix headers for GCC 4.4: sprintf requires #include <cstdio>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11259 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 24b7bc4d1..987272752 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -43,6 +43,7 @@ #include <cmath> #include <cstring> #include <climits> +#include <cstdio> #include <sstream> #include <string> |