Analogous to last two commits.
Signed-off-by: Emil Velikov <[email protected]>
---
src/wayland-util.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/wayland-util.h b/src/wayland-util.h
index 35b50ea..cc1999d 100644
--- a/src/wayland-util.h
+++ b/src/wayland-util.h
@@ -31,15 +31,15 @@
#ifndef WAYLAND_UTIL_H
#define WAYLAND_UTIL_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <math.h>
#include <stddef.h>
#include <inttypes.h>
#include <stdarg.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* GCC visibility */
#if defined(__GNUC__) && __GNUC__ >= 4
#define WL_EXPORT __attribute__ ((visibility("default")))
--
2.8.0
_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel