# HG changeset patch # User Rik # Date 1584242581 25200 # Node ID 478ad929e77a2bc8966f343a2ec8770f6701ced8 # Parent 687d452070c9e45ddbe6df8ce3e01b36d01d7b38 Fix compilation of BIST file mexnumtst.c. * test/mex/mexnumtst.c: #include "mex.h" rather than . diff -r 687d452070c9 -r 478ad929e77a test/mex/mexnumtst.c --- a/test/mex/mexnumtst.c Fri Mar 13 10:46:46 2020 -0700 +++ b/test/mex/mexnumtst.c Sat Mar 14 20:23:01 2020 -0700 @@ -1,4 +1,4 @@ -#include +#include "mex.h" // To be called with //