projects
/
platform
/
upstream
/
toybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56de097
)
Fix missing header for gcc9
68/220968/1
accepted/tizen/unified/20191227.142725
submit/tizen/20191226.234511
author
Semun Lee
<semun.lee@samsung.com>
Thu, 26 Dec 2019 06:08:13 +0000
(15:08 +0900)
committer
Semun Lee
<semun.lee@samsung.com>
Thu, 26 Dec 2019 06:08:13 +0000
(15:08 +0900)
Change-Id: I720196d15b31dfe0a94bbd8807a962ccbd4000da
Signed-off-by: Semun Lee <semun.lee@samsung.com>
toys.h
patch
|
blob
|
history
diff --git
a/toys.h
b/toys.h
index
7975425
..
af50211
100755
(executable)
--- a/
toys.h
+++ b/
toys.h
@@
-38,6
+38,7
@@
#include <sys/times.h>
#include <sys/utsname.h>
#include <sys/wait.h>
+#include <sys/sysmacros.h>
#include <syslog.h>
#include <termios.h>
#include <time.h>