Move sys/param.h under ifndef _WIN32, I need to be more vigilant against including Unix headers in Windows builds.

Originally committed to SVN as r5370.
This commit is contained in:
Amar Takhar 2011-02-23 03:29:30 +00:00
parent 6ee90d4bb1
commit 96f24d6c25
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include <stdint.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/param.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#else
@ -26,7 +25,8 @@
// Unix C
#ifndef _WIN32
# include <sys/statvfs.h>
#include <sys/statvfs.h>
#include <sys/param.h>
#endif
// Common C++