------------------------------------------------------------ revno: 8794 revision-id: amosjeffries@squid-cache.org-20080519110821-f1dev9642fv3ooi3 parent: amosjeffries@squid-cache.org-20080519055418-aoeyx6001wh14wnk committer: Amos Jeffries branch nick: SQUID_3_0 timestamp: Mon 2008-05-19 05:08:21 -0600 message: Author: Guido Serassio Windows port: allow build of squid_session on Windows ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: amosjeffries@squid-cache.org-20080519110821-\ # f1dev9642fv3ooi3 # target_branch: http://www.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_0/ # testament_sha1: 96bdb5a657e7ab99870a7a8ff70c16a939d8149c # timestamp: 2008-05-19 11:50:52 +0000 # source_branch: http://www.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_0 # base_revision_id: amosjeffries@squid-cache.org-20080519055418-\ # aoeyx6001wh14wnk # # Begin patch === modified file 'helpers/external_acl/session/squid_session.c' (properties changed) --- helpers/external_acl/session/squid_session.c 2006-03-20 10:46:17 +0000 +++ helpers/external_acl/session/squid_session.c 2008-05-19 11:08:21 +0000 @@ -27,9 +27,14 @@ #include #include #include +#if HAVE_UNISTD_H #include +#endif #include #include +#if HAVE_GETOPT_H +#include +#endif #if defined(HAVE_DB_185_H) #include