diff liboctave/file-ops.cc @ 10279:323c9cbbd02a

fix gnulib includes
author John W. Eaton <jwe@octave.org>
date Mon, 08 Feb 2010 17:35:04 -0500
parents 2fcc927a8757
children 479cc8a0a846
line wrap: on
line diff
--- a/liboctave/file-ops.cc	Mon Feb 08 17:30:23 2010 -0500
+++ b/liboctave/file-ops.cc	Mon Feb 08 17:35:04 2010 -0500
@@ -37,7 +37,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <pathmax.h>
+#include "pathmax.h"
 
 #include "dir-ops.h"
 #include "file-ops.h"