summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gbm/main/gbm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h
index 8db2153e84b..63d9a9edfd6 100644
--- a/src/gbm/main/gbm.h
+++ b/src/gbm/main/gbm.h
@@ -28,16 +28,16 @@
#ifndef _GBM_H_
#define _GBM_H_
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
#define __GBM__ 1
#include <stddef.h>
#include <stdint.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
/**
* \file gbm.h
* \brief Generic Buffer Manager