summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-08-02 15:07:41 +0000
committerAndrey Nazarov <skuller@skuller.net>2010-08-02 15:07:41 +0000
commit9bcc513cd43c78dee3c32446f353aaa0668c2180 (patch)
tree9617fbee93f86f629880ac300c8c1d283e7b3f36 /source/q_shared.h
parent5c73f165141b30d93309d25e1324bc0170eb4da5 (diff)
Made client and server buildable with mingw32 again.
Use uint64_t type for network counters.
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index 3f2b463..9d5806d 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
+#include <inttypes.h>
#include <limits.h>
#include <time.h>
#if HAVE_ENDIAN_H