diff options
author | m0gg | 2006-11-30 14:24:00 +0000 |
---|---|---|
committer | m0gg | 2006-11-30 14:24:00 +0000 |
commit | 77ce98ff186515cce217814886d9d5b899380c7b (patch) | |
tree | 0361e5c3845bc7316bf3d4fc119802f17a0579a5 /nanohttp | |
parent | df58dad240fe368c261263e248d3520d3e0be1a3 (diff) | |
download | csoap-77ce98ff186515cce217814886d9d5b899380c7b.tar.gz csoap-77ce98ff186515cce217814886d9d5b899380c7b.tar.bz2 |
Code cleanup
Diffstat (limited to 'nanohttp')
-rw-r--r-- | nanohttp/nanohttp-socket.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-socket.c b/nanohttp/nanohttp-socket.c index e2ecf3a..845bfbe 100644 --- a/nanohttp/nanohttp-socket.c +++ b/nanohttp/nanohttp-socket.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-socket.c,v 1.68 2006/11/30 14:25:07 m0gg Exp $ +* $Id: nanohttp-socket.c,v 1.67 2006/11/30 14:24:00 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -90,6 +90,8 @@ typedef int ssize_t; #endif #include "nanohttp-ssl.h" #endif +#include "nanohttp-request.h" +#include "nanohttp-server.h" static int _hsocket_timeout = 10; |