mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
11 lines
320 B
Diff
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"
|