Fixed Linux Compile Bug, happened after removing Video Targets

This commit is contained in:
mr-russ 2003-10-16 10:27:28 +00:00
parent f47e90f55a
commit e821f36de6

View file

@ -44,7 +44,9 @@
#ifdef BSD
#include <inttypes.h>
#else
#ifdef _MSC_VER
#include <windows.h>
#endif
#include <stdint.h>
#endif // BSD