From 978141c537b1d815d726162d5e6dcb3054ae8d3c Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Mon, 28 May 2007 17:11:44 +0000 Subject: [PATCH] Add missing header. SVN revision: 30128 --- src/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.h b/src/util.h index 57103647..4a5cf661 100644 --- a/src/util.h +++ b/src/util.h @@ -25,6 +25,7 @@ #define _UTIL_H_ #include "config.h" +#include #if HAVE___ATTRIBUTE__ #define __PRINTF__ __attribute__((__format__(__printf__, 1, 2)))