diff options
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings.c b/src/strings.c index 1af5e63..816ddc1 100644 --- a/src/strings.c +++ b/src/strings.c @@ -34,6 +34,8 @@ * */ +#include <stdarg.h> + #include "calcurse.h" #define STRING_INITIAL_BUFSIZE 128 |