diff util.h @ 7:bec6f94453ec

Fix missing include
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Fri, 28 Jul 2017 08:11:30 +0200
parents a7e41e1a79c8
children 60c8ab006e55
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