tools/gencromfs.c: Fix build on macOS

This commit is contained in:
David Sidrane 2018-12-26 14:34:02 -06:00 committed by Gregory Nutt
parent 5e1055dbfa
commit 39ac045cff
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#include <limits.h>
#include <errno.h>
/****************************************************************************