tools: don't include unistd.h for msvc

svn-id: r48885
This commit is contained in:
Martin Kiewitz
2010-05-01 20:45:57 +00:00
parent d60e665c5b
commit f32d16ee98
15 changed files with 31 additions and 0 deletions
+2
View File
@@ -25,7 +25,9 @@
#include <string.h>
#include <sstream>
#include <stdio.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#ifdef HAVE_CONFIG_H
#include <config.h>