diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:25:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:25:28 +0000 |
commit | eed9f23afca04f9b3e36633f7fbcaf10216217e7 (patch) | |
tree | 9d83cff806e85157ecf29f0831879ad7337cf89d /libports | |
parent | 1c3f951144ff6b40bc2587f072585508a13549a9 (diff) |
Include "interrupt_S.h".
Diffstat (limited to 'libports')
-rw-r--r-- | libports/interrupt-operation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/interrupt-operation.c b/libports/interrupt-operation.c index 5867e7c1..4e87e411 100644 --- a/libports/interrupt-operation.c +++ b/libports/interrupt-operation.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "interrupt_S.h" /* Cause a pending request on this object to immediately return. The exact semantics are dependent on the specific object. */ |