diff --git a/guest/linux/cgcload/loader.c b/guest/linux/cgcload/loader.c index 4d7fc053..6eba2c0f 100644 --- a/guest/linux/cgcload/loader.c +++ b/guest/linux/cgcload/loader.c @@ -47,6 +47,7 @@ #include #include #include +#include #include "cgc.h" #include "loader.h" diff --git a/guest/linux/povtest/CMakeLists.txt b/guest/linux/povtest/CMakeLists.txt index d75f7448..079dfd7b 100644 --- a/guest/linux/povtest/CMakeLists.txt +++ b/guest/linux/povtest/CMakeLists.txt @@ -22,6 +22,6 @@ add_executable(povtest main.c) -target_link_libraries(povtest pov cgc) +target_link_libraries(povtest pov cgc pthread) install(TARGETS povtest RUNTIME DESTINATION .) \ No newline at end of file