summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave/toxencryptsave.h')
-rw-r--r--toxencryptsave/toxencryptsave.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxencryptsave/toxencryptsave.h b/toxencryptsave/toxencryptsave.h
index cf191810..6451f3f5 100644
--- a/toxencryptsave/toxencryptsave.h
+++ b/toxencryptsave/toxencryptsave.h
@@ -28,9 +28,9 @@
28extern "C" { 28extern "C" {
29#endif 29#endif
30 30
31#include <stdint.h>
32#include <stddef.h>
33#include <stdbool.h> 31#include <stdbool.h>
32#include <stddef.h>
33#include <stdint.h>
34 34
35#ifndef TOX_DEFINED 35#ifndef TOX_DEFINED
36#define TOX_DEFINED 36#define TOX_DEFINED