forked from Lainports/opnsense-ports
13 lines
286 B
Text
13 lines
286 B
Text
https://github.com/facebook/osquery/issues/5266
|
|
|
|
--- include/osquery/system.h.orig 2018-09-19 05:51:29 UTC
|
|
+++ include/osquery/system.h
|
|
@@ -14,6 +14,8 @@
|
|
#include <mutex>
|
|
#include <string>
|
|
|
|
+#include <boost/noncopyable.hpp>
|
|
+
|
|
#include <osquery/core.h>
|
|
#include <osquery/mutex.h>
|
|
|