summaryrefslogtreecommitdiff
path: root/nice/nice.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-05-26 14:56:43 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-05-26 15:01:12 +0100
commit4c465cdc4b3d2768468b8b18c8de12db760b7606 (patch)
treebb6523cced4bf03f44fb8621682926d412605196 /nice/nice.h
parent8fde444ffc359ed9824cb9ae1ece055d823c77fb (diff)
downloadlibnice-4c465cdc4b3d2768468b8b18c8de12db760b7606.tar.gz
Fix NICE_CHECK_VERSION in public install
Install a nice-version.h so that the version defines are available. https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/232
Diffstat (limited to 'nice/nice.h')
-rw-r--r--nice/nice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nice/nice.h b/nice/nice.h
index bb63129..4faf784 100644
--- a/nice/nice.h
+++ b/nice/nice.h
@@ -39,6 +39,8 @@
#ifndef _NICE_H
#define _NICE_H
+#include "nice-version.h"
+
#define NICE_CHECK_VERSION(major, minor, micro) \
(NICE_VERSION_MAJOR > (major) || \
(NICE_VERSION_MAJOR == (major) && NICE_VERSION_MINOR > (minor)) || \