diff src/strfns.cc @ 7528:26d8a92644de

try to avoid ctype macro problems
author John W. Eaton <jwe@octave.org>
date Mon, 25 Feb 2008 15:57:49 -0500
parents a1dbe9d80eee
children 349a555729a9
line wrap: on
line diff
--- a/src/strfns.cc
+++ b/src/strfns.cc
@@ -26,6 +26,7 @@
 #endif
 
 #include <cctype>
+
 #include <sstream>
 
 #include "dMatrix.h"