From 445b4d13bde1a00546c41fe82745cde4446d9f7d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 7 Dec 2020 19:39:57 -0800 Subject: [PATCH] util: Add cnd_monotonic to Makefile.sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: 33a78948283 ("util,radv: Cross-platform monotonic condition variable") Acked-by: Tapani Pälli Part-of: --- src/util/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index ac41e0ce544..2ea1e0cf68d 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -9,6 +9,7 @@ MESA_UTIL_FILES := \ blob.h \ build_id.c \ build_id.h \ + cnd_monotonic.h \ compiler.h \ crc32.c \ crc32.h \