Include stdarg.h when using variable argument lists

Fixes GitHub issue #36.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer
2017-07-28 16:09:43 +02:00
parent 5722d2ea4c
commit 43cd40e8ce
3 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
*
*/
#include <stdarg.h>
#include "calcurse.h"
#define STRING_INITIAL_BUFSIZE 128