summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/tox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 7151c9ae..f3118270 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -23,6 +23,7 @@
23 23
24#ifndef TOX_H 24#ifndef TOX_H
25#define TOX_H 25#define TOX_H
26
26#include <stdint.h> 27#include <stdint.h>
27 28
28#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32) 29#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)