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:
a65ed04
)
Fix build error in gcc 7.2
27/13027/1
author
Changhyeok Bae
<changhyeok.bae@gmail.com>
Fri, 22 Dec 2017 15:46:24 +0000
(15:46 +0000)
committer
Jan-Simon Moeller
<jsmoeller@linuxfoundation.org>
Wed, 27 Dec 2017 12:57:55 +0000
(12:57 +0000)
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>
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>