ports/misc/posixtestsuite/patches/patch-t0_c

14 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
strcmp(3) needs string.h, posix test suite should know that.
Index: t0.c
--- t0.c.orig
+++ t0.c
@@ -40,6 +40,7 @@
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <signal.h>