summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemun Lee <semun.lee@samsung.com>2019-12-26 15:08:13 +0900
committerSemun Lee <semun.lee@samsung.com>2019-12-26 15:08:13 +0900
commit459f0b7b8c0ac181d3235e88eab7ef638642f496 (patch)
tree2fb87a7cc8f71b46ea6ee72d6b432c16c0f9d648
parent56de09728cda6b4b72aabc997cbf377e4821f7ed (diff)
downloadtoybox-459f0b7b8c0ac181d3235e88eab7ef638642f496.tar.gz
toybox-459f0b7b8c0ac181d3235e88eab7ef638642f496.tar.bz2
toybox-459f0b7b8c0ac181d3235e88eab7ef638642f496.zip
Change-Id: I720196d15b31dfe0a94bbd8807a962ccbd4000da Signed-off-by: Semun Lee <semun.lee@samsung.com>
-rwxr-xr-xtoys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 7975425..af50211 100755
--- 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>