summary refs log tree commit diff
path: root/xmalloc.c
diff options
context:
space:
mode:
authorokan <okan>2013-12-17 16:12:18 +0000
committerokan <okan>2013-12-17 16:12:18 +0000
commitb387351df1593020665df5e5ee5d86d16ad8b7d6 (patch)
tree2d577eef9616b93d2ca34c840fb507a6715f6912 /xmalloc.c
parent291e0dc088364c1218b12635d5dcfbc200a91c46 (diff)
parent9b8dc1ba7f9af194a19f7cd1c34bfa051250cc18 (diff)
downloadcwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.tar.gz
cwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.tar.xz
cwm-b387351df1593020665df5e5ee5d86d16ad8b7d6.zip
cvsimport
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 3248124..675a0ff 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -23,6 +23,7 @@
 
 #include <err.h>
 #include <errno.h>
+#include <stdarg.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>