Mercurial > hg > octave-nkf
diff src/octave.cc @ 240:a99f28f5e351
[project @ 1993-11-30 20:24:36 by jwe]
author | jwe |
---|---|
date | Tue, 30 Nov 1993 20:24:36 +0000 |
parents | 82c050e70f7a |
children | 69ed7cc2c05a |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -23,8 +23,8 @@ // Born February 20, 1992. -#ifdef __GNUG__ -#pragma implementation +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include <sys/types.h> @@ -44,7 +44,7 @@ #include "getopt.h" -#include "liboctave-error.h" +#include "lo-error.h" #include "sighandlers.h" #include "variables.h"