From: Guenter Knauf Date: Thu, 10 Jan 2013 12:41:13 +0000 (+0000) Subject: Added include path for mod_dbd.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02156d42310a44c64269c7fb91502ee4be0cbeb3;p=thirdparty%2Fapache%2Fhttpd.git Added include path for mod_dbd.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1431322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/NWGNUmakefile b/modules/lua/NWGNUmakefile index 7775ed07462..aab7fa4dadd 100644 --- a/modules/lua/NWGNUmakefile +++ b/modules/lua/NWGNUmakefile @@ -27,6 +27,7 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(SRC)/include \ + $(STDMOD)/database \ $(STDMOD)/http \ $(STDMOD)/ssl \ $(NWOS) \