]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Fri, 29 Nov 2013 04:15:06 +0000 (21:15 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Nov 2013 04:15:06 +0000 (21:15 -0700)
commit2be624da515c078d3a0d6b757277187e5cef72ec
treeabe62f42739569af35669f584f7a2e0e30ec790b
parentd0ef1501c0a59cf662083fa33fc6e2e3cd628294
Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope

Function time() comes from <time.h>, so add the necessary #include.
src/ipc/Kid.cc