ports/lang/unicon/patches/patch-src_libtp_tests_hhead_c

11 lines
265 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/libtp/tests/hhead.c.orig 2004-01-05 15:29:46.000000000 +0100
+++ src/libtp/tests/hhead.c 2004-01-05 15:29:54.000000000 +0100
@@ -13,6 +13,7 @@
#ifdef STDC_HEADERS
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#endif
#ifdef HAVE_ERRNO_H