Stop warning in VxWorks.

This commit is contained in:
Dr. Stephen Henson
2011-05-01 20:55:05 +00:00
parent a32ad6891b
commit fd600c0037
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(__unix) || defined(__unix__) || defined(__ANDROID__)
#if defined(__unix) || defined(__unix__) || defined(__vxworks) || defined(__ANDROID__)
#include <unistd.h>
#endif