blob: e478e9bc641f4191f7a33415d3d312426aa7e849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ap,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
--- libatalk/atp/atp_rsel.c Thu Oct 2 00:32:56 1997
+++ libatalk/atp/atp_rsel.c Mon Aug 30 06:47:42 1999
@@ -9,6 +9,7 @@
#include <sys/errno.h>
#include <sys/uio.h>
#include <signal.h>
+#include <string.h>
#include <netatalk/endian.h>
#include <netatalk/at.h>
|