From 75f57dab4679444ff14958c70a799e3626f80449 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Jul 2017 16:59:18 +0200 Subject: [PATCH] include my_dir.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building client libraries only (-DWITHOUT_SERVER=ON) failed with: error: unknown type name ‘MY_STAT’ and implicit declaration of function ‘my_fstat’ Include my_dir.h to fix compilation. --- mysys/my_symlink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mysys/my_symlink.c b/mysys/my_symlink.c index ab0d76e91d08..b96d78e8c175 100644 --- a/mysys/my_symlink.c +++ b/mysys/my_symlink.c @@ -23,6 +23,7 @@ #include #include #endif +#include /* Reads the content of a symbolic link