summaryrefslogtreecommitdiffstats
path: root/dtbhtool
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2016-12-29 21:24:37 +0100
committerBrandon McAnsh <brandon.mcansh@gmail.com>2017-01-08 00:21:05 -0500
commit90d8d27d86d89205a0117054b43d51bf9e9e2c3c (patch)
tree7cab200cf0b6f992ea174471b13844b4e1d5f1c0 /dtbhtool
parent6f30c8e002307d9c1e5d42dff309b965c7dc5de0 (diff)
downloadandroid_hardware_samsung-90d8d27d86d89205a0117054b43d51bf9e9e2c3c.tar.gz
android_hardware_samsung-90d8d27d86d89205a0117054b43d51bf9e9e2c3c.tar.bz2
android_hardware_samsung-90d8d27d86d89205a0117054b43d51bf9e9e2c3c.zip
dtbhtool: Fix missing PATH_MAX macro from limits.h
Change-Id: Ie9cc147d6f4511d1fd696de7f8c58e01afdd079e
Diffstat (limited to 'dtbhtool')
-rw-r--r--dtbhtool/mkbootimg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dtbhtool/mkbootimg.c b/dtbhtool/mkbootimg.c
index 7662591..4470fd2 100644
--- a/dtbhtool/mkbootimg.c
+++ b/dtbhtool/mkbootimg.c
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <limits.h>
#include <sys/types.h>
#include <arpa/inet.h>