summaryrefslogtreecommitdiff
path: root/thirdparty/enet
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2017-10-17 16:50:41 +0000
committerMarcelo Fernandez <marcelofg55@gmail.com>2017-10-17 16:50:41 +0000
commit2baf54526b9a1c97e6af5328903363595aec4125 (patch)
treea2b4ad4267f305fefe9046e80b8daadc263e49c3 /thirdparty/enet
parent6e960c7d6bbf7481bae41ab0ebb39bc75619272a (diff)
Fix BSD compile issues
Diffstat (limited to 'thirdparty/enet')
-rw-r--r--thirdparty/enet/enet/enet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/enet/enet/enet.h b/thirdparty/enet/enet/enet.h
index 8c9ad5463e..246cbb0a62 100644
--- a/thirdparty/enet/enet/enet.h
+++ b/thirdparty/enet/enet/enet.h
@@ -10,6 +10,7 @@ extern "C"
{
#endif
+#include <stdint.h>
#include <stdlib.h>
#include "enet/godot.h"