From fe8e20729fb6b48e00e4884977def8d430d7242d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 24 Jun 2008 21:39:04 +0000 Subject: [PATCH] Fix Flexelint complaints git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2797 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnish/flint.sh | 1 + varnish-cache/lib/libvarnish/vlu.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/varnish-cache/lib/libvarnish/flint.sh b/varnish-cache/lib/libvarnish/flint.sh index e96821db..f79c5313 100755 --- a/varnish-cache/lib/libvarnish/flint.sh +++ b/varnish-cache/lib/libvarnish/flint.sh @@ -5,6 +5,7 @@ flexelint \ -I/usr/include \ -I. \ -I../../include \ + -I../.. \ flint.lnt \ *.c > $T 2>&1 diff --git a/varnish-cache/lib/libvarnish/vlu.c b/varnish-cache/lib/libvarnish/vlu.c index 3c278b0b..14587e64 100644 --- a/varnish-cache/lib/libvarnish/vlu.c +++ b/varnish-cache/lib/libvarnish/vlu.c @@ -32,8 +32,8 @@ #include #include #include -#include #include +#include "libvarnish.h" #include "vlu.h" #include "miniobj.h" -- 2.39.5