octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC compilation patch: include file-io.h


From: Michael Goffioul
Subject: MSVC compilation patch: include file-io.h
Date: Sat, 28 Oct 2006 11:36:48 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

This patch includes file-io.h in file-io.cc. This is required to export correctly
the functions defined in that file.

Michael.
Index: src/file-io.cc
===================================================================
RCS file: /cvs/octave/src/file-io.cc,v
retrieving revision 1.181
diff -c -r1.181 file-io.cc
*** src/file-io.cc      27 Oct 2006 01:45:56 -0000      1.181
--- src/file-io.cc      28 Oct 2006 09:14:55 -0000
***************
*** 76,81 ****
--- 76,83 ----
  #include "utils.h"
  #include "variables.h"
  
+ #include "file-io.h"
+ 
  static octave_value stdin_file;
  static octave_value stdout_file;
  static octave_value stderr_file;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]