add two #include files,
to fix broken cider compilation, caused by the changes from 2010-07-23
This commit is contained in:
parent
d074de41f2
commit
e95eb0d4aa
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
|
|||
#define ONEDEV_H
|
||||
|
||||
#include "gendev.h"
|
||||
#include "smpdefs.h"
|
||||
|
||||
typedef struct sONEdevice
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
|
|||
#define TWODEV_H
|
||||
|
||||
#include "gendev.h"
|
||||
#include "smpdefs.h"
|
||||
|
||||
typedef struct sTWOdevice
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue