blob: 2d917ff49261a89b76cae76a0a72fad37bcdcfda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bf,v 1.1 1998/12/28 23:31:37 bad Exp $
--- tests/test_sock_2.c.orig Tue Dec 29 00:22:23 1998
+++ tests/test_sock_2.c Tue Dec 29 00:21:53 1998
@@ -10,6 +10,7 @@
#include <pthread.h>
#include <errno.h>
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
|