﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5916	"Call to external ""C"" does not work when DAE mode is activated"	florentine.rosiere@…	Karim Adbdelhak	"Hello,

Compilation fails systematically when DAE mode is activated and a model contains a call to an external C fonction with an additional include:
function myFunc
    input Integer a;
    external ""C"" myExternalFunc(a) annotation(Include = ""#include \""MyHeader.h\"""");
  end myFunc;

It seems that the include is not properly added in the generated files.

Please note that it works fine without DAE mode.

Regards,
Florentine ROSIERE"	defect	closed	blocker	1.16.0	Backend	v1.14.1	fixed		adrien.guironnet@… Andreas Heuermann
