Oops, forgot to add controls.c to the build.

This commit is contained in:
Pietro Gagliardi 2019-06-08 18:09:37 -04:00
parent 9f776c140d
commit 19fc6f674f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
libui_sources += [
'common/alloc.c',
'common/controls.c',
'common/errors.c',
'common/events.c',
'common/main.c',