diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 21:19:14 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 21:19:14 -0500 |
| commit | e61da07522a060da98fa3a56db3d0360469b26cf (patch) | |
| tree | c72d276bffa4dafe22ae0e4f694acfadb40b8ca1 /tools/exofetch.c | |
| parent | d11aec86841f77edd6eba3e07aa1e7e591e9da2a (diff) | |
organize repository layout
Diffstat (limited to 'tools/exofetch.c')
| -rw-r--r-- | tools/exofetch.c | 2 |
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"; |
