summaryrefslogtreecommitdiff
path: root/protocols/Tox/tox/include/toxdns.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Tox/tox/include/toxdns.h')
-rw-r--r--protocols/Tox/tox/include/toxdns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/tox/include/toxdns.h b/protocols/Tox/tox/include/toxdns.h
index e39e23603c..06071b82d6 100644
--- a/protocols/Tox/tox/include/toxdns.h
+++ b/protocols/Tox/tox/include/toxdns.h
@@ -24,12 +24,12 @@
#ifndef TOXDNS_H
#define TOXDNS_H
-#include <stdint.h>
-
#ifdef __cplusplus
extern "C" {
#endif
+#include <stdint.h>
+
/* Clients are encouraged to set this as the maximum length names can have. */
#define TOXDNS_MAX_RECOMMENDED_NAME_LENGTH 32