aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/core/lv2_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lv2/core/lv2_util.h')
-rw-r--r--include/lv2/core/lv2_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lv2/core/lv2_util.h b/include/lv2/core/lv2_util.h
index 8cd2872..167e263 100644
--- a/include/lv2/core/lv2_util.h
+++ b/include/lv2/core/lv2_util.h
@@ -1,6 +1,9 @@
// Copyright 2016 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
+#ifndef LV2_CORE_LV2_UTIL_H
+#define LV2_CORE_LV2_UTIL_H
+
/**
@defgroup util Utilities
@ingroup lv2core
@@ -88,3 +91,5 @@ lv2_features_query(const LV2_Feature* const* features, ...)
/**
@}
*/
+
+#endif // LV2_CORE_LV2_UTIL_H