summaryrefslogtreecommitdiff
path: root/src/distro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/distro.c')
-rw-r--r--src/distro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/distro.c b/src/distro.c
index 75bf0a4..845f85e 100644
--- a/src/distro.c
+++ b/src/distro.c
@@ -5,6 +5,8 @@
#include <string.h>
#include <unistd.h>
+const char *distroname;
+
void display_distro() {
char buf[1288];
const char *cmd = NULL;