From dc1f66aef4835ae9bfc3f1235593124c61ee59e5 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 21 Dec 2020 17:13:34 +0100 Subject: [PATCH] tools: no need for minizip/ directory, pkg-config tells it --- tools/quake3/common/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quake3/common/vfs.c b/tools/quake3/common/vfs.c index fbeda1a5..f62be13c 100644 --- a/tools/quake3/common/vfs.c +++ b/tools/quake3/common/vfs.c @@ -50,7 +50,7 @@ #include "mathlib.h" #include "inout.h" #include "vfs.h" -#include +#include #include typedef struct -- 2.39.2