diff options
Diffstat (limited to 'src/string.cpp')
-rw-r--r-- | src/string.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index 24efaf3..e35cd85 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -1,5 +1,6 @@ -#include <compiz-core.h> +#include <compiz.h> +#include <string.h> #include <stdarg.h> CompString compPrintf (const char *format, ...) |