From 7925df32cc5be689a158181507415ee3ad74b428 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 2 Dec 2021 03:08:08 -0500 Subject: [PATCH] [ncneofetch] use notcurses_data_path() #2402 --- src/compat/compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compat/compat.h b/src/compat/compat.h index 56aeac8fa..1e6e9e16e 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -6,6 +6,8 @@ extern "C" { #endif #include +#include +#include #include #include #include