From f3284c5f9ef7fc519f1a2bfc5d216404ded405b0 Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:27:20 +0500 Subject: [PATCH] Include patches.h for correct syntax highlighting --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index b038ed7..2aaa1fa 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,4 @@ +#include "patches.h" /* user and group to drop privileges to */ static const char *user = "nobody"; static const char *group = "nobody"; // use "nobody" for arch