Browse Source

add two #include files,

to fix broken cider compilation, caused by the changes from 2010-07-23
pre-master-46
rlar 16 years ago
parent
commit
e95eb0d4aa
  1. 6
      ChangeLog
  2. 1
      src/include/onedev.h
  3. 1
      src/include/twodev.h

6
ChangeLog

@ -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 ,

1
src/include/onedev.h

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

1
src/include/twodev.h

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

Loading…
Cancel
Save