diff 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
line wrap: on
line diff
--- a/src/oct-fstrm.cc
+++ b/src/oct-fstrm.cc
@@ -26,7 +26,8 @@
 #endif
 
 #include <cerrno>
-#include <cstring>
+#include "string.h"
+#include "stdlib.h"
 
 #include "error.h"
 #include "oct-fstrm.h"