mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 04:41:43 +02:00
11 lines
189 B
Diff
11 lines
189 B
Diff
--- ./fts.c.orig
|
|
+++ ./fts.c
|
|
@@ -46,6 +46,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <fts.h>
|
|
+#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|