From 5478ed18ea4dbce3e73e2694a926118e0df1d7a7 Mon Sep 17 00:00:00 2001 From: stijn Date: Sat, 28 Jun 2014 20:49:39 +0200 Subject: unix: Fix mpconfig.h not being included before misc.h This fixes count_lead_ones in misc.h not compiling due to unknown types --- unix/modos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/modos.c') diff --git a/unix/modos.c b/unix/modos.c index 2e02ef0aa7..9b034cdbc2 100644 --- a/unix/modos.c +++ b/unix/modos.c @@ -30,8 +30,8 @@ #include #include -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "nlr.h" #include "qstr.h" #include "obj.h" -- cgit v1.2.3