1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/community/clifm/begin-decls.patch
2024-08-17 11:32:09 +00:00

11 lines
320 B
Diff

--- a/src/helpers.h 2024-08-16 23:53:04.920472382 +0000
+++ b/src/helpers.h 2024-08-16 23:56:57.740131335 +0000
@@ -25,6 +25,8 @@
#ifndef HELPERS_H
#define HELPERS_H
+#include <sys/cdefs.h>
+
#define PROGRAM_NAME_UPPERCASE "Clifm"
#define PROGRAM_NAME "clifm"
#define PROGRAM_DESC "The command line file manager"