mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
11 lines
201 B
Diff
11 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"
|
|
|