summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-stream.c')
-rwxr-xr-xnanohttp/nanohttp-stream.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-stream.c b/nanohttp/nanohttp-stream.c
index 821c279..59888d1 100755
--- a/nanohttp/nanohttp-stream.c
+++ b/nanohttp/nanohttp-stream.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-stream.c,v 1.16 2006/11/24 17:28:07 m0gg Exp $
+* $Id: nanohttp-stream.c,v 1.17 2006/11/25 15:06:58 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -45,9 +45,10 @@
#include <netinet/in.h>
#endif
+#include "nanohttp-logging.h"
+#include "nanohttp-error.h"
#include "nanohttp-common.h"
#include "nanohttp-socket.h"
-#include "nanohttp-logging.h"
#include "nanohttp-stream.h"
/*------------------------------------------------------------