summaryrefslogtreecommitdiff
path: root/umac.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 /umac.c
parent245dcbdca5374296bdb9c48be6e24bdf6b1c0af7 (diff)
Include stdarg.h for va_list in xmalloc.h.
Diffstat (limited to 'umac.c')
-rw-r--r--umac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/umac.c b/umac.c
index ccae39f3..e4929bcb 100644
--- a/umac.c
+++ b/umac.c
@@ -74,6 +74,7 @@
#include "includes.h"
#include <sys/types.h>
#include <string.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>