add two #include files,

to fix broken cider compilation, caused by the changes from 2010-07-23
This commit is contained in:
rlar 2010-07-24 13:44:25 +00:00
parent d074de41f2
commit e95eb0d4aa
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-07-24 Robert Larice
* src/include/onedev.h ,
* src/include/twodev.h :
add two #include files,
to fix broken cider compilation, caused by the changes from 2010-07-23
2010-07-24 Robert Larice
* src/frontend/evaluate.c ,
* src/frontend/parse.c ,

View File

@ -15,6 +15,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
#define ONEDEV_H
#include "gendev.h"
#include "smpdefs.h"
typedef struct sONEdevice
{

View File

@ -15,6 +15,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
#define TWODEV_H
#include "gendev.h"
#include "smpdefs.h"
typedef struct sTWOdevice
{