aboutsummaryrefslogtreecommitdiff
path: root/dep/src
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src')
-rw-r--r--dep/src/g3dlite/System.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dep/src/g3dlite/System.cpp b/dep/src/g3dlite/System.cpp
index cb7169a4c4d..88fd39b52ca 100644
--- a/dep/src/g3dlite/System.cpp
+++ b/dep/src/g3dlite/System.cpp
@@ -23,6 +23,10 @@
#include "G3D/debug.h"
#include "G3D/format.h"
+#if defined(__OpenBSD__)
+ #include <stdint.h>
+#endif
+
#ifdef G3D_WIN32
#include <conio.h>