1 changed files with
3 additions and
3 deletions
|
|
|
|
@ -40,9 +40,9 @@
|
|
|
|
|
// C Includes
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#ifdef WIN32
|
|
|
|
|
#if (_MSC_VER < 1600)
|
|
|
|
|
#include "stdint4win.h"
|
|
|
|
|
#endif
|
|
|
|
|
#if (_MSC_VER < 1600)
|
|
|
|
|
#include "stdint4win.h"
|
|
|
|
|
#endif
|
|
|
|
|
#else
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#endif
|
|
|
|
|
|