include path for error.h

This commit is contained in:
h_vogt 2011-08-11 16:39:37 +00:00
parent 57c9b44c73
commit 1cbe685d4c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2011-08-11 Holger Vogt
* xpressn.c: correct #include path for error.h
2011-08-10 Holger Vogt
* evtplot.c: initilize 'value' to 0
* xpressn.c: improved error message

View File

@ -16,7 +16,7 @@
#include "dvec.h"
#include "../frontend/variable.h"
#include "compatmode.h"
#include "error.h"
#include "../frontend/error.h"
/* random numbers in /maths/misc/randnumb.c */
extern double gauss0(void);