+ small modif. to avoid conflict with standart header

This commit is contained in:
kelson42 2011-07-21 18:47:25 +00:00
parent 6cf9ebcfc2
commit bddce4a31d
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
// C Includes
#include <sys/types.h>
#ifdef WIN32
#include "stdint.h"
#include "stdint4win.h"
#else
#include <stdint.h>
#endif