diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-11-13 11:56:56 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-11-13 11:56:56 +1100 |
commit | 2b523d23804c13cb68db135b919fcf312c42b580 (patch) | |
tree | 574cf2c9127519969a8708366ab2ae3c3af0afca /umac.c | |
parent | 245dcbdca5374296bdb9c48be6e24bdf6b1c0af7 (diff) |
Include stdarg.h for va_list in xmalloc.h.
Diffstat (limited to 'umac.c')
-rw-r--r-- | umac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |