diff liboctave/pathsearch.cc @ 2021:aa68db31dc34

[project @ 1996-03-23 05:53:57 by jwe]
author jwe
date Sat, 23 Mar 1996 05:59:12 +0000
parents 95e952f72d66
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/pathsearch.cc
+++ b/liboctave/pathsearch.cc
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <cstdlib>
 
 #include <string>