openbsd-ports/lang/unicon/patches/patch-src_libtp_tests_testuri_c
2004-01-05 14:37:04 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-src_libtp_tests_testuri_c,v 1.2 2004/01/05 14:37:04 espie Exp $
--- src/libtp/tests/testuri.c.orig 2000-04-02 01:34:03.000000000 +0200
+++ src/libtp/tests/testuri.c 2004-01-05 15:30:10.000000000 +0100
@@ -4,6 +4,8 @@
#ifdef STDC_HEADERS
#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#endif
#include <uri.h>