]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Guido Serassio <serassio@squid-cache.org>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 11:08:21 +0000 (05:08 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 11:08:21 +0000 (05:08 -0600)
Windows port: allow build of squid_session on Windows

helpers/external_acl/session/squid_session.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ac4f917..bb9de88
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
+#if HAVE_UNISTD_H
 #include <unistd.h>
+#endif
 #include <string.h>
 #include <time.h>
+#if HAVE_GETOPT_H
+#include <getopt.h>
+#endif
 
 #if defined(HAVE_DB_185_H)
 #include <db_185.h>