Merge pull request #387 from majestrate/staging

make gitlab CI happy
This commit is contained in:
Jeff 2019-03-08 07:28:32 -05:00 committed by GitHub
commit 6e53d2ce6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#include <absl/synchronization/mutex.h>
#ifndef _WIN32
#include <sys/signal.h>
#include <signal.h>
#endif
struct DemoHandler : public abyss::httpd::IRPCHandler