aboutsummaryrefslogtreecommitdiff
path: root/src/wayland-server-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server-core.h')
-rw-r--r--src/wayland-server-core.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h
index e8e1e9c..fa7f394 100644
--- a/src/wayland-server-core.h
+++ b/src/wayland-server-core.h
@@ -26,15 +26,15 @@
#ifndef WAYLAND_SERVER_CORE_H
#define WAYLAND_SERVER_CORE_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <sys/types.h>
#include <stdint.h>
#include "wayland-util.h"
#include "wayland-version.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
enum {
WL_EVENT_READABLE = 0x01,
WL_EVENT_WRITABLE = 0x02,