1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/clifm/begin-decls.patch
2023-02-19 20:06:37 +00:00

13 lines
313 B
Diff

diff --git a/src/helpers.h b/src/helpers.h
index 602c658..8ba35cb 100644
--- a/src/helpers.h
+++ b/src/helpers.h
@@ -25,6 +25,8 @@
#ifndef HELPERS_H
#define HELPERS_H
+#include <sys/cdefs.h>
+
#if (defined(__linux__) || defined(__CYGWIN__)) && !defined(_BE_POSIX)
# define _GNU_SOURCE
#elif defined(__sun)