diff options
Diffstat (limited to 'testing/libax25')
-rw-r--r-- | testing/libax25/musl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libax25/musl.patch b/testing/libax25/musl.patch new file mode 100644 index 0000000000..1624485ca5 --- /dev/null +++ b/testing/libax25/musl.patch @@ -0,0 +1,10 @@ +--- a/daemon.c 2016-01-16 20:34:52.682900674 -0600 ++++ b/daemon.c 2016-01-16 20:34:45.496900167 -0600 +@@ -3,6 +3,7 @@ + #include <stdlib.h> + #include <signal.h> + #include <errno.h> ++#include <fcntl.h> + + #include <sys/param.h> + #include <sys/file.h> |