diff -r 62f1a55535e7 -r 0b33b9396851 ui/motif/label.c --- a/ui/motif/label.c Mon Feb 04 14:46:11 2019 +0100 +++ b/ui/motif/label.c Mon Feb 04 17:49:50 2019 +0100 @@ -33,7 +33,7 @@ #include "container.h" #include "../common/context.h" #include "../common/object.h" -#include "../../ucx/mempool.h" +#include UIWIDGET ui_label(UiObject *obj, char *label) { UiContainer *ct = uic_get_current_container(obj);