diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-22 15:46:24 +0000 |
---|---|---|
committer | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-22 15:46:24 +0000 |
commit | dc337844cc987d37385ea19af02e997750c38931 (patch) | |
tree | f368f0da860ab8345f2ce83220dd55f98911d958 /src/app.cpp | |
parent | a5872e5c14a97d738fd9a0daaf0764b655baeebd (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>
Diffstat (limited to 'src/app.cpp')
-rw-r--r-- | src/app.cpp | 1 |
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> |