Uses less ambiguous include when compiles for Windows platform
This commit is contained in:
parent
8d9d6a5696
commit
007b78cbb4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#ifndef _UNISTD_H_
|
#ifndef _UNISTD_H_
|
||||||
#define _UNISTD_H_
|
#define _UNISTD_H_
|
||||||
|
|
||||||
#include "../windows.h"
|
#include "contrib/windows.h"
|
||||||
|
|
||||||
// Needed by Sleep() under Windows
|
// Needed by Sleep() under Windows
|
||||||
# include <winbase.h>
|
# include <winbase.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue