We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d3d84 commit b17f6f0Copy full SHA for b17f6f0
src/CMakeLists.txt
@@ -478,12 +478,18 @@ list(APPEND pkttest_SOURCES
478
pkttest.c
479
bch.c
480
eotd.c
481
+ textcolor.c
482
)
483
484
add_executable(pkttest
485
${pkttest_SOURCES}
486
487
488
+target_link_libraries(pkttest
489
+ ${MISC_LIBRARIES}
490
+ Threads::Threads
491
+ )
492
+
493
list(APPEND bchapply_SOURCES
494
bchapply.c
495
src/bchapply.c
@@ -1,5 +1,6 @@
1
#include <stdio.h>
2
#include <string.h>
3
+#include <inttypes.h>
4
#include "bch.h"
5
6
#define SHOW_BYTES
src/pkttest.c
-#include <strings.h>
+#include <string.h>
#include "eotd.h"
#include "eotd_defs.h"
0 commit comments