From 683bc8062237030376103559e99fa535144e75d2 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 30 Aug 2020 09:34:51 -0700 Subject: [PATCH] remove the need to have lib/mingle in the include path Related to #1785. --- lib/mingle/ink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mingle/ink.h b/lib/mingle/ink.h index 09be9f52d..ff4f67211 100644 --- a/lib/mingle/ink.h +++ b/lib/mingle/ink.h @@ -11,7 +11,7 @@ #ifndef INK_H #define INK_H -#include +#include typedef struct { double x, y; -- 2.40.0