From f970477b36ea7624f69328abcc8118c9a7ae26cd Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 14 Dec 2007 09:47:00 +0100 Subject: windows fix: fix the #include directive --- mysys/my_rnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_rnd.c') diff --git a/mysys/my_rnd.c b/mysys/my_rnd.c index e1aca222954..b7dca0f2afd 100644 --- a/mysys/my_rnd.c +++ b/mysys/my_rnd.c @@ -13,7 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include "mysys_priv.h" #include /* -- cgit v1.2.1