From 19fc6f674f667326a57d375ef1389e3198c81c4b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 8 Jun 2019 18:09:37 -0400 Subject: [PATCH] Oops, forgot to add controls.c to the build. --- common/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/common/meson.build b/common/meson.build index 61537c17..bfb71f62 100644 --- a/common/meson.build +++ b/common/meson.build @@ -2,6 +2,7 @@ libui_sources += [ 'common/alloc.c', + 'common/controls.c', 'common/errors.c', 'common/events.c', 'common/main.c',