]> git.stg.codes - stg.git/blobdiff - projects/sgconf/request.h
Fix sgconf compilation errors
[stg.git] / projects / sgconf / request.h
index 2f2408caaea5925ce7dfeff9abe19ede09e5f0aa..c80986614fcea6a376a3586e480fb1a9d5a2912b 100644 (file)
 #define request_h
 
 #include <string>
-#include "resetable.h"
-#include "stg_const.h"
-#include "os_int.h"
+
+#include "stg/resetable.h"
+#include "stg/stg_const.h"
+#include "stg/os_int.h"
 
 #define TARIFF_NOW  (0)
 #define TARIFF_DEL  (1)
@@ -77,6 +78,7 @@ bool                deleteUser;
 
 RESETABLE<string>   usrMsg;
 RESETABLE<double>   credit;
+RESETABLE<time_t>   creditExpire;
 RESETABLE<string>   usrPasswd;
 RESETABLE<bool>     down;
 RESETABLE<bool>     passive;