From 267e0e3e3088ccab68854e59463c2fe3b8c60ffa Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Wed, 21 Jul 2021 22:46:31 +0200 Subject: [PATCH] Little fix for previous commit, again because I am stupid --- uwufetch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwufetch.c b/uwufetch.c index b9c81e8..e66733c 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -23,8 +23,10 @@ #include #include #else +#ifndef __FREEBSD__ #include #endif +#endif #include #include