summaryrefslogtreecommitdiffstats
path: root/source/web/cgi.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-07 04:01:18 +0000
committerTim Potter <tpot@samba.org>2004-10-07 04:01:18 +0000
commit1332fa6a0869c7da25a57acb878729aaeb463fae (patch)
tree6f70b6cb6bdbfda299276688474cd3146d19eb18 /source/web/cgi.c
parentfdbc645ffebb526ae8d2ef2e3db6f801c2874aad (diff)
downloadsamba-1332fa6a0869c7da25a57acb878729aaeb463fae.tar.gz
samba-1332fa6a0869c7da25a57acb878729aaeb463fae.tar.xz
samba-1332fa6a0869c7da25a57acb878729aaeb463fae.zip
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
'..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
Diffstat (limited to 'source/web/cgi.c')
-rw-r--r--source/web/cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/cgi.c b/source/web/cgi.c
index 93731d1d3f9..cf309c364e2 100644
--- a/source/web/cgi.c
+++ b/source/web/cgi.c
@@ -19,7 +19,7 @@
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
#define MAX_VARIABLES 10000