sysstat: fix musl compatibility
[feed/packages.git] / net / gnunet / patches / 101-include-byteswap.patch
1 --- a/src/include/gnunet_common.h
2 +++ b/src/include/gnunet_common.h
3 @@ -49,6 +49,8 @@
4 #include <stdarg.h>
5 #endif
6
7 +#include <byteswap.h>
8 +
9 #ifdef __cplusplus
10 extern "C"
11 {