Include unistd.h for strmode().

This commit is contained in:
Darren Tucker 2019-01-24 09:55:16 +11:00
parent f236ca2741
commit 5cb503dff4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <string.h>
#include <time.h>
#include <stdarg.h>
#include <unistd.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif