summaryrefslogtreecommitdiff
path: root/package/atftp/patches/patch-tftpd_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:28 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 09:58:28 +0100
commitbef35f5a12ad435785fed9b8fec1a8459fdb0c15 (patch)
treea1d541d87ac189b1d84134deff6ef4e13edab492 /package/atftp/patches/patch-tftpd_h
parent689658b9440e5b3c2c063a4efa40e003ef358975 (diff)
atftp: fix musl compile
Diffstat (limited to 'package/atftp/patches/patch-tftpd_h')
-rw-r--r--package/atftp/patches/patch-tftpd_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/atftp/patches/patch-tftpd_h b/package/atftp/patches/patch-tftpd_h
new file mode 100644
index 000000000..3e1c1fd6b
--- /dev/null
+++ b/package/atftp/patches/patch-tftpd_h
@@ -0,0 +1,10 @@
+--- atftp-0.7.1.orig/tftpd.h 2011-03-11 07:51:24.000000000 +0100
++++ atftp-0.7.1/tftpd.h 2016-10-19 20:02:34.000000000 +0200
+@@ -20,6 +20,7 @@
+ #include <pthread.h>
+ #include <arpa/tftp.h>
+ #include <arpa/inet.h>
++#include <sys/types.h>
+ #include "tftp_io.h"
+
+ /*