diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-30 09:08:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-12-30 09:08:27 +0000 |
commit | 9582332f5244fd47f63334263f3a60376719b415 (patch) | |
tree | 0f7c8ca4bc84b71c007259e096ea9a58d6b25305 /testing/w_scan/musl-build-time-h-fix.patch | |
parent | ba34785b08985b07025a3d0e93479656bfe284c7 (diff) | |
download | aports-9582332f5244fd47f63334263f3a60376719b415.tar.bz2 aports-9582332f5244fd47f63334263f3a60376719b415.tar.xz |
testing/w_scan: new aport
Diffstat (limited to 'testing/w_scan/musl-build-time-h-fix.patch')
-rw-r--r-- | testing/w_scan/musl-build-time-h-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/w_scan/musl-build-time-h-fix.patch b/testing/w_scan/musl-build-time-h-fix.patch new file mode 100644 index 0000000000..d07b026ca4 --- /dev/null +++ b/testing/w_scan/musl-build-time-h-fix.patch @@ -0,0 +1,12 @@ +diff --git a/descriptors.h b/descriptors.h +index bb45e6e..3ee0b8b 100644 +--- a/descriptors.h ++++ b/descriptors.h +@@ -29,6 +29,7 @@ + #define __DESCRIPTORS_H__ + + #include "extended_frontend.h" ++#include "time.h" + + /****************************************************************************** + * descriptor ids as defined by standards. |