mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
12 lines
355 B
Diff
12 lines
355 B
Diff
diff -ruwN source/lib/zip_name_locate.c source-new/lib/zip_name_locate.c
|
|
--- source/lib/zip_name_locate.c 2025-05-23 20:55:07.000000000 +0700
|
|
+++ source-new/lib/zip_name_locate.c 2026-05-02 07:04:59.532882922 +0700
|
|
@@ -31,6 +31,7 @@
|
|
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
+#include "config.h"
|
|
|
|
#include <string.h>
|
|
#ifdef HAVE_STRINGS_H
|