From 471a8ddb278cb5621e36a6c45e450d40580e50fd Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <madf@madf.info>
Date: Tue, 20 Mar 2018 11:58:08 +0200
Subject: [PATCH] Fix include path.

---
 projects/sgconf/parser.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/projects/sgconf/parser.cpp b/projects/sgconf/parser.cpp
index 9d340e83..79833fd3 100644
--- a/projects/sgconf/parser.cpp
+++ b/projects/sgconf/parser.cpp
@@ -35,7 +35,8 @@
 
 #include "stg/common.h"
 #include "stg/netunit.h"
-#include "stg/request.h"
+
+#include "request.h"
 
 using namespace std;
 
-- 
2.44.2