git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix path to headers in cap_debug
[stg.git]
/
stglibs
/
srvconf.lib
/
parser.cpp
diff --git
a/stglibs/srvconf.lib/parser.cpp
b/stglibs/srvconf.lib/parser.cpp
index 9373952e3752387f48f7b85eb94570fe912ef5cf..a87266eb5cb57d37fd6cb81f002134cbdde1e547 100644
(file)
--- a/
stglibs/srvconf.lib/parser.cpp
+++ b/
stglibs/srvconf.lib/parser.cpp
@@
-33,9
+33,9
@@
#include <arpa/inet.h>
#include <string>
-#include "common.h"
-#include "stg
_
const.h"
-#include "servconf.h"
+#include "
stg/
common.h"
+#include "stg
/
const.h"
+#include "s
tg/s
ervconf.h"
using namespace std;