atftp: fix musl compile
[openadk.git] / package / atftp / patches / patch-tftp_h
blobdffeecb31b388f3a345fc08b5ff22960c32a5bb1
1 --- atftp-0.7.1.orig/tftp.h     2011-03-11 07:51:24.000000000 +0100
2 +++ atftp-0.7.1/tftp.h  2016-10-19 20:02:34.000000000 +0200
3 @@ -19,6 +19,7 @@
4  
5  #include <sys/time.h>
6  #include <sys/times.h>
7 +#include <sys/types.h>
8  #include "tftp_def.h"
9  #include "config.h"