Include <unistd.h> to address a build error experienced by Clement.

This commit is contained in:
Andrzej Kapolka 2013-05-31 10:27:25 -07:00
parent 224e5d666d
commit 98759c3ba1

View file

@ -10,6 +10,7 @@
#define __hifi__SharedUtil__
#include <stdint.h>
#include <unistd.h>
#include <math.h>
#ifdef _WIN32