aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/util/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/util/platform.h')
-rw-r--r--src/supplemental/util/platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/supplemental/util/platform.h b/src/supplemental/util/platform.h
index 1383fe15..fd287713 100644
--- a/src/supplemental/util/platform.h
+++ b/src/supplemental/util/platform.h
@@ -20,13 +20,13 @@
// APIs or Windows APIs, then by all means please feel free to simply
// ignore this.
+#include <stddef.h>
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <stddef.h>
-#include <stdint.h>
-
// nng_time represents an absolute time since some arbitrary point in the
// past, measured in milliseconds. The values are always positive.
typedef uint64_t nng_time;