diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-23 18:20:27 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-23 18:20:27 +0000 |
commit | 451fad1ed25b417dac9aebc6a887bfd3691d1f01 (patch) | |
tree | f40572278cc90f596fe9ec17af00de90eb96ef0e /src/thread.c | |
parent | e633b979574c1b6e384015eb6c523be9efbd172e (diff) | |
download | tinyproxy-451fad1ed25b417dac9aebc6a887bfd3691d1f01.tar.gz tinyproxy-451fad1ed25b417dac9aebc6a887bfd3691d1f01.zip |
Changed the header includes around to reflect the new source layout.
Diffstat (limited to '')
-rw-r--r-- | src/thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c index 76ea216..9313380 100644 --- a/src/thread.c +++ b/src/thread.c @@ -1,4 +1,4 @@ -/* $Id: thread.c,v 1.29 2002-04-28 18:32:16 rjkaes Exp $ +/* $Id: thread.c,v 1.30 2002-05-23 18:20:27 rjkaes Exp $ * * Handles the creation/destruction of the various threads required for * processing incoming connections. @@ -18,6 +18,7 @@ #include "tinyproxy.h" +#include "heap.h" #include "log.h" #include "reqs.h" #include "sock.h" |