Include unistd.h to fix the build on OSX

This commit is contained in:
Eric Haszlakiewicz
2020-06-14 03:11:44 +00:00
parent 5ebfeaedc5
commit 9128ec49b1
2 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
*
*******************************************************************************
*/
#include "config.h"
#include <stddef.h>