Commit c8d1f14f1e61d39a694137303080847e4b269797

Christian Weisgerber 2021-06-23T15:39:58

explicitly include <endian.h> for be32toh()

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/repository_admin.c b/lib/repository_admin.c
index 9515151..4716cfc 100644
--- a/lib/repository_admin.c
+++ b/lib/repository_admin.c
@@ -22,6 +22,7 @@
 #include <sys/wait.h>
 
 #include <dirent.h>
+#include <endian.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <stdint.h>