Add an include to fix Alpine Linux build issue (issue #15)

This commit is contained in:
Brian Cox 2017-02-20 14:50:25 -08:00
parent 005be38165
commit f52ddb9c6f
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
#if HAVE_SYS_PARAM_H #if HAVE_SYS_PARAM_H
#include <sys/param.h> #include <sys/param.h>
#endif #endif
#if HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#endif #endif
//========================================================================= //=========================================================================