Code Review
/
apps
/
agl-service-windowmanager-2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a5872e5
)
Fix build error in gcc 7.2
55/12955/1
author
Changhyeok Bae
<changhyeok.bae@gmail.com>
Fri, 22 Dec 2017 15:46:24 +0000
(15:46 +0000)
committer
Changhyeok 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
patch
|
blob
|
history
diff --git
a/src/app.cpp
b/src/app.cpp
index
164ea21
..
bf84b22
100644
(file)
--- 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>