aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-22 15:46:24 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-27 12:57:55 +0000
commit24876db0da69f40ea3a4ab1c61fb2d1721e8ff87 (patch)
tree4bdc0dedd27ae8024be39849f17053b7f1048b1e
parenta65ed04064a6930d072b2d7b73a76911f8672bb7 (diff)
Fix build error in gcc 7.2
error "Never include <bits/signum.h> directly; use <signal.h> instead." Bug-AGL: SPEC-1181 Change-Id: If877322cc0d7a20854f9ef0284b005675096826c Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
-rw-r--r--src/app.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 164ea21..bf84b22 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -29,7 +29,6 @@
#include <json-c/json.h>
#include <algorithm>
-#include <bits/signum.h>
#include <csignal>
#include <fstream>
#include <json.hpp>