aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-22 15:46:24 +0000
committerChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-22 15:46:24 +0000
commitdc337844cc987d37385ea19af02e997750c38931 (patch)
treef368f0da860ab8345f2ce83220dd55f98911d958
parenta5872e5c14a97d738fd9a0daaf0764b655baeebd (diff)
Fix build error in gcc 7.2
error "Never include <bits/signum.h> directly; use <signal.h> instead." Bug-AGL: SPEC-1181 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>