summaryrefslogtreecommitdiff
path: root/include/HttpServ.h
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-23 16:30:11 +0000
committerpixel <pixel>2002-12-23 16:30:11 +0000
commit34c6ea80ecb40d65e6b0da40efad5239356bb497 (patch)
treea5ebc607437aa65a3afd11edb23f0beb63328524 /include/HttpServ.h
parent3dbc7076dc78dded7d01da6a038cccda3ae9d71e (diff)
String.h --> BString.h
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r--include/HttpServ.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h
index a0dd958..fc58246 100644
--- a/include/HttpServ.h
+++ b/include/HttpServ.h
@@ -2,7 +2,7 @@
#define __HTTPSERV_H__
#include <Socket.h>
-#include <String.h>
+#include <BString.h>
#include <Variables.h>
#include <Action.h>
#include <Task.h>