summaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-13 11:56:56 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-13 11:56:56 +1100
commit2b523d23804c13cb68db135b919fcf312c42b580 (patch)
tree574cf2c9127519969a8708366ab2ae3c3af0afca /match.c
parent245dcbdca5374296bdb9c48be6e24bdf6b1c0af7 (diff)
Include stdarg.h for va_list in xmalloc.h.
Diffstat (limited to 'match.c')
-rw-r--r--match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.c b/match.c
index 754d2a0ba..91083470a 100644
--- a/match.c
+++ b/match.c
@@ -40,6 +40,7 @@
40#include <sys/types.h> 40#include <sys/types.h>
41 41
42#include <ctype.h> 42#include <ctype.h>
43#include <stdarg.h>
43#include <stdlib.h> 44#include <stdlib.h>
44#include <string.h> 45#include <string.h>
45#include <stdio.h> 46#include <stdio.h>