common NEW ly_realloc() and macro for new lysp structure array item
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e98e9c..dbc875e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,6 +152,7 @@
 endif()
 
 set(libsrc
+    src/common.c
     src/log.c
     src/hash_table.c
     src/set.c)
@@ -175,7 +176,7 @@
     src/tree_schema.h
     src/dict.h
     src/log.h
-    src.set.h)
+    src/set.h)
 
 check_symbol_exists(vdprintf stdio.h HAVE_VDPRINTF)
 if(HAVE_VDPRINTF)