12345678910111213 |
- $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>
|