mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 19:11:55 +01:00
12 lines
201 B
Diff
12 lines
201 B
Diff
--- a/include/fd.h
|
|
+++ b/include/fd.h
|
|
@@ -25,7 +25,7 @@
|
|
#define FD_H
|
|
|
|
#include <stdbool.h>
|
|
-#include <stdlib.h> /* for ssize_t */
|
|
+#include <sys/types.h> /* for ssize_t */
|
|
|
|
#include "where.h"
|
|
|