mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 15:21:43 +01:00
12 lines
248 B
Diff
12 lines
248 B
Diff
--- a/src/helpers.h
|
|
+++ b/src/helpers.h
|
|
@@ -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"
|