Thu, 30 May 2019 12:47:28 +0200
add ucx.c to sourcefiles to fix build on some platforms
--- a/ucx/Makefile Thu May 30 12:45:38 2019 +0200 +++ b/ucx/Makefile Thu May 30 12:47:28 2019 +0200 @@ -41,6 +41,7 @@ SRC += logging.c SRC += buffer.c SRC += stack.c +SRC += ucx.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))