dtbhtool: Fix missing PATH_MAX macro from limits.h

Change-Id: Ie9cc147d6f4511d1fd696de7f8c58e01afdd079e
This commit is contained in:
Christopher N. Hesse 2016-12-29 21:24:37 +01:00
parent 72b1c49ee4
commit d17a69b6f4

View File

@ -25,6 +25,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
#include <arpa/inet.h>