view src/of-sockets-2-deprecated.patch @ 5500:512e69a36d09

Use SSE2 instruction set for i686-w64 target (bug #58807). * src/build-gcc.mk: Set specs to use SSE/SSE2 instructions by default for i686-w64-mingw32 target (Windows 32bit). * src/native-gcc.mk: Set specs to use SSE/SSE2 instructions by default for i686-w64-mingw32 target (Windows 32bit).
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 21 Jul 2020 20:27:53 +0200
parents 60f56afa9506
children
line wrap: on
line source

diff -r a0f23a7c3bd0 src/socket.cc
--- a/src/socket.cc	Fri Jan 30 15:27:56 2015 +0100
+++ b/src/socket.cc	Sun Dec 15 13:11:55 2019 +0100
@@ -19,7 +19,7 @@
 // Octave Includes
 #include <octave/oct.h>
 #include <octave/parse.h>
-#include <octave/toplev.h>
+#include <octave/interpreter.h>
 #include <octave/cmd-hist.h>
 #include <octave/symtab.h>
 #include <octave/variables.h>