changeset 28160:478ad929e77a

Fix compilation of BIST file mexnumtst.c. * test/mex/mexnumtst.c: #include "mex.h" rather than <mex.h>.
author Rik <rik@octave.org>
date Sat, 14 Mar 2020 20:23:01 -0700
parents 687d452070c9
children ef349f5c320b
files test/mex/mexnumtst.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <mex.h>
+#include "mex.h"
 
 // To be called with
 //