diff options
author | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-01 19:31:29 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@XPS-FEDORA.(none)> | 2009-08-01 19:31:29 +0800 |
commit | aa1d560e85bd1e6be246f136d7af1d1012f0ce7e (patch) | |
tree | a74f72c63bde055261cbbc24dfe853d5018aa888 /include | |
parent | 163094063fb8d5f049157d1d8f18139c5056fd37 (diff) | |
download | zcomp-aa1d560e85bd1e6be246f136d7af1d1012f0ce7e.tar.gz zcomp-aa1d560e85bd1e6be246f136d7af1d1012f0ce7e.tar.bz2 |
Include cstdio and others instead of their C counterparts for g++ 4.4 compatibilty
Diffstat (limited to 'include')
-rw-r--r-- | include/compiz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compiz.h b/include/compiz.h index 08acef4..ab1b5ca 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -30,6 +30,7 @@ #include <string> #include <list> +#include <cstdarg> #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY (x) |