aboutsummaryrefslogtreecommitdiff
path: root/src/httpget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpget.cpp')
-rw-r--r--src/httpget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/httpget.cpp b/src/httpget.cpp
index ee1f29c..fdd7fbd 100644
--- a/src/httpget.cpp
+++ b/src/httpget.cpp
@@ -2,6 +2,8 @@
2#include "exceptions.h" 2#include "exceptions.h"
3#include "connection.h" 3#include "connection.h"
4#include <stdio.h> 4#include <stdio.h>
5#include <string.h>
6#include <stdlib.h>
5 7
6char HttpGet::hexcode[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; 8char HttpGet::hexcode[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};
7 9