From 5ca7253d4fd38e987ff4c34cb50a4dae79a83e7d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 19 Jul 2007 19:23:30 +0000 Subject: [PATCH] Fix a Werror breakage, Daniel --- src/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.c b/src/util.c index 6459951903..4b4213643f 100644 --- a/src/util.c +++ b/src/util.c @@ -33,6 +33,7 @@ #include #include "event.h" #include "buf.h" +#include "util.h" #define MAX_ERROR_LEN 1024 -- 2.47.2