diff liboctave/oct-env.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/liboctave/oct-env.cc
+++ b/liboctave/oct-env.cc
@@ -43,7 +43,7 @@
 
 #include <cctype>
 #include <cstdlib>
-#include <cstring>
+#include "string.h"
 
 #include <string>