summaryrefslogtreecommitdiff
path: root/tools/exofetch.c
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-08 21:19:14 -0500
committerauric <104602845+ihateamongus@users.noreply.github.com>2025-09-08 21:19:14 -0500
commite61da07522a060da98fa3a56db3d0360469b26cf (patch)
treec72d276bffa4dafe22ae0e4f694acfadb40b8ca1 /tools/exofetch.c
parentd11aec86841f77edd6eba3e07aa1e7e591e9da2a (diff)
organize repository layout
Diffstat (limited to 'tools/exofetch.c')
-rw-r--r--tools/exofetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/exofetch.c b/tools/exofetch.c
index 826464d..361aeae 100644
--- a/tools/exofetch.c
+++ b/tools/exofetch.c
@@ -10,7 +10,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <locale.h>
-#include "../accent.h"
+#include "../core/accent.h"
static ColorShm *accentshm;
static char accentcol[8] = "#005577";