comparison src/oct-fstrm.cc @ 10447:12d25a1d84bf

Use gnulib headers instead of C++ std headers where needed.
author David Grundberg <davidg@cs.umu.se>
date Wed, 24 Mar 2010 17:27:58 +0100
parents 479cc8a0a846
children bbe99b2a5ba7
comparison
equal deleted inserted replaced
10446:ba932ad87a04 10447:12d25a1d84bf
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include <config.h> 25 #include <config.h>
26 #endif 26 #endif
27 27
28 #include <cerrno> 28 #include <cerrno>
29 #include <cstring> 29 #include "string.h"
30 #include "stdlib.h"
30 31
31 #include "error.h" 32 #include "error.h"
32 #include "oct-fstrm.h" 33 #include "oct-fstrm.h"
33 34
34 octave_stream 35 octave_stream