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:
parent
5722d2ea4c
commit
43cd40e8ce
1
src/io.c
1
src/io.c
@ -34,6 +34,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -34,6 +34,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "calcurse.h"
|
||||
|
||||
#define STRING_INITIAL_BUFSIZE 128
|
||||
|
@ -35,6 +35,7 @@
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user