Fix build error in gcc 7.2
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Fri, 22 Dec 2017 15:46:24 +0000 (15:46 +0000)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Fri, 22 Dec 2017 15:46:24 +0000 (15:46 +0000)
error "Never include <bits/signum.h> directly; use <signal.h> instead."

Bug-AGL: SPEC-1181

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
src/app.cpp

index 164ea21..bf84b22 100644 (file)
@@ -29,7 +29,6 @@
 #include <json-c/json.h>
 
 #include <algorithm>
-#include <bits/signum.h>
 #include <csignal>
 #include <fstream>
 #include <json.hpp>