summaryrefslogtreecommitdiff
path: root/net/mtftpd/patches/patch-ab
blob: 277521c6b211468bdbf6219afb512b00455b2e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2010/12/31 16:39:23 obache Exp $

--- mtftpd.c.orig	2008-02-29 18:25:59.000000000 +0000
+++ mtftpd.c
@@ -47,6 +47,7 @@
 #include <sys/stat.h>
 
 #include <arpa/inet.h>
+#include <sys/socket.h>
 
 #include <pthread.h>
 #include <stdlib.h>