changeset 7:bec6f94453ec

Fix missing include
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Fri, 28 Jul 2017 08:11:30 +0200
parents 4269feba381e
children 25e227eba3da
files util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util.h	Mon Feb 06 10:38:57 2017 +0100
+++ b/util.h	Fri Jul 28 08:11:30 2017 +0200
@@ -24,6 +24,7 @@
 #ifndef	UTIL_H
 #define	UTIL_H
 
+#include <stdarg.h>
 #include <stdlib.h>
 
 #define	EXIT_USAGE	2