]> git.mxchange.org Git - flightgear.git/commitdiff
Fix MinGW compilation of js_server.
authorJames Turner <zakalawe@mac.com>
Sun, 9 May 2010 21:59:28 +0000 (22:59 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 9 May 2010 21:59:28 +0000 (22:59 +0100)
utils/js_server/js_server.cxx

index 4da358ce71c90e30bbb42e472159ec0abfb9c2d7..a0bb9d3a1067f0681be1fb9bd804d22df5f19820 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <math.h>
 #include <stdio.h>
+#include <stdint.h>
+
 #include <plib/netSocket.h>
 #include <plib/js.h>