From 3e852b84ea9ee7e0133b098d515b17c383033fb4 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 3 Oct 2019 12:18:42 +0300 Subject: compat: move the gettid macro to compat.h. New header, meant for various compatibility definitions and such. Signed-off-by: Gediminas Jakutis --- include/rin/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rin/meson.build') diff --git a/include/rin/meson.build b/include/rin/meson.build index 3e1c1a9..b7af3aa 100644 --- a/include/rin/meson.build +++ b/include/rin/meson.build @@ -1,4 +1,5 @@ headers = [ + 'compat.h', 'definitions.h', 'diagnostic.h', 'float.h', -- cgit v1.2.3