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