From e95eb0d4aa9000a3bd7c126a6e42dc753fea751e Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 24 Jul 2010 13:44:25 +0000 Subject: [PATCH] add two #include files, to fix broken cider compilation, caused by the changes from 2010-07-23 --- ChangeLog | 6 ++++++ src/include/onedev.h | 1 + src/include/twodev.h | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5dbc91e54..9776ead09 100644 --- a/ChangeLog +++ b/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 , diff --git a/src/include/onedev.h b/src/include/onedev.h index a6e21787a..32b2ddc9f 100644 --- a/src/include/onedev.h +++ b/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 { diff --git a/src/include/twodev.h b/src/include/twodev.h index a5a5b161b..f856acf07 100644 --- a/src/include/twodev.h +++ b/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 {