patch-src_libtp_tests_fing_c 339 B

12345678910111213
  1. $OpenBSD: patch-src_libtp_tests_fing_c,v 1.1 2004/01/05 14:37:04 espie Exp $
  2. --- src/libtp/tests/fing.c.orig 2004-01-05 15:29:11.000000000 +0100
  3. +++ src/libtp/tests/fing.c 2004-01-05 15:29:23.000000000 +0100
  4. @@ -18,6 +18,8 @@
  5. #endif
  6. #include <stdio.h>
  7. +#include <stdlib.h>
  8. +#include <string.h>
  9. #include <tp.h>
  10. Tpexcept_f tpexcept;