From 3b0b111e3dbba9f2fa4afa36909371fbade42934 Mon Sep 17 00:00:00 2001 From: Andrea Censi <andrea@cds.caltech.edu> Date: Thu, 28 Mar 2013 20:26:12 -0700 Subject: [PATCH] Fixed warning --- sm/csm/mbicp/mbicp_interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sm/csm/mbicp/mbicp_interface.c b/sm/csm/mbicp/mbicp_interface.c index f8de3be..724d38e 100644 --- a/sm/csm/mbicp/mbicp_interface.c +++ b/sm/csm/mbicp/mbicp_interface.c @@ -1,3 +1,4 @@ +#include "../csm_all.h" void sm_mbcip(struct sm_params*input, struct sm_result*output) { -- GitLab