From 89c38b0ced1adc34af2af305fda6a40ee95726e0 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 25 Oct 2011 11:33:39 +0200 Subject: [PATCH] prelude: fix compilation PrintInet was used without inclusion of 'util-print.h'. This was causing a compilation failure. --- src/alert-prelude.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alert-prelude.c b/src/alert-prelude.c index a875da40af..cc04ad48d0 100644 --- a/src/alert-prelude.c +++ b/src/alert-prelude.c @@ -50,6 +50,7 @@ #include "util-time.h" #include "util-debug.h" #include "util-error.h" +#include "util-print.h" #include "output.h" #include "util-privs.h"