]> git.stg.codes - stg.git/commitdiff
Fix sgconf_xml compilation errors
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:48:02 +0000 (18:48 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:48:02 +0000 (18:48 +0300)
projects/sgconf_xml/main.cpp
projects/sgconf_xml/parser.cpp
projects/sgconf_xml/request.h

index 7f2ed76193eca3e3501176701b37dfee6707b636..03a63a9ada0deb87ca7f990a8f317dbafcd851c9 100644 (file)
@@ -33,9 +33,9 @@ $Date: 2008/01/05 12:11:34 $
 #include <arpa/inet.h>
 #include <string.h>
 
+#include "stg/common.h"
+#include "stg/netunit.h"
 #include "request.h"
-#include "common.h"
-#include "netunit.h"
 
 #define FN_LEN          (512)
 #define REQ_STR_LEN     (300)
index df18975eb8108e3ca4e4bc11daed92857b2d8cac..99b48a7b19d865fdef5299e3d1519f50ad278bda 100644 (file)
@@ -3,8 +3,8 @@
 #include <expat.h>
 #include <string.h>
 
-#include "common.h"
-#include "netunit.h"
+#include "stg/common.h"
+#include "stg/netunit.h"
 #include "request.h"
 
 int parse_depth = 0;
index 17db9277a9621d5419dbb63e345443c85c400798..bbd46325eb936ba5d7d890d9bdbfb4290453141f 100644 (file)
 #define request_h
 
 #include <string>
-#include "resetable.h"
 
-#ifdef LINUX
-#include <stdint.h>
-#endif
-
-#ifdef FREE_BSD5
-#include <inttypes.h>
-#endif
-
-#ifdef FREE_BSD
-#include <sys/inttypes.h>
-#endif
-
-#include "stg_const.h"
+#include "stg/resetable.h"
+#include "stg/os_int.h"
+#include "stg/stg_const.h"
 
 #ifndef ENODATA
 #define ENODATA 61