From 43cd40e8cec82bf66a24772ae27502f2c5b93577 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 28 Jul 2017 16:09:43 +0200 Subject: Include stdarg.h when using variable argument lists Fixes GitHub issue #36. Signed-off-by: Lukas Fleischer --- src/strings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strings.c') 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 + #include "calcurse.h" #define STRING_INITIAL_BUFSIZE 128 -- cgit v1.2.3-54-g00ecf