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 ccae39f30..e4929bcb7 100644
--- a/umac.c
+++ b/umac.c
@@ -74,6 +74,7 @@
74#include "includes.h" 74#include "includes.h"
75#include <sys/types.h> 75#include <sys/types.h>
76#include <string.h> 76#include <string.h>
77#include <stdarg.h>
77#include <stdio.h> 78#include <stdio.h>
78#include <stdlib.h> 79#include <stdlib.h>
79#include <stddef.h> 80#include <stddef.h>