-#include "lock_server.h"
+#include "include/lock_server.h"
+
+using namespace std::chrono;
int main(int argc, char *argv[]) {
global = new t4_state('s');
rsm.start();
while(1)
- std::this_thread::sleep_for(milliseconds(1000));
+ std::this_thread::sleep_for(1000ms);
}