From 4ae28ba754094a7b6e69816d6f05853eb6deb54b Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 2 Dec 2014 19:17:49 +0100 Subject: [PATCH] forgot to add this include --- src/mc/mc_global.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index d2a2e5ef78..43bee19e74 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -4,6 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "mc_base.h" #ifndef _XBT_WIN32 #include -- 2.20.1