aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zix/ring.h')
-rw-r--r--src/zix/ring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zix/ring.h b/src/zix/ring.h
index f7f1893..c687667 100644
--- a/src/zix/ring.h
+++ b/src/zix/ring.h
@@ -17,10 +17,10 @@
#ifndef ZIX_RING_H
#define ZIX_RING_H
-#include <stdint.h>
-
#include "zix/common.h"
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif