Include patches.h for correct syntax highlighting

This commit is contained in:
mintycube 2024-07-20 13:27:20 +05:00
parent 0238bdf643
commit f3284c5f9e

View File

@ -1,3 +1,4 @@
#include "patches.h"
/* user and group to drop privileges to */ /* user and group to drop privileges to */
static const char *user = "nobody"; static const char *user = "nobody";
static const char *group = "nobody"; // use "nobody" for arch static const char *group = "nobody"; // use "nobody" for arch