patch-src_libtp_tests_testuri_c 346 B

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