From 7f084b9fe01503642d8b87b540fcd11d51ebc906 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 2 Dec 1994 20:43:13 +0000 Subject: [PATCH] Add PM interface header file. --- v7/src/microcode/os2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/os2.h b/v7/src/microcode/os2.h index 18b3efadc..ac42c5675 100644 --- a/v7/src/microcode/os2.h +++ b/v7/src/microcode/os2.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2.h,v 1.1 1994/11/28 03:42:53 cph Exp $ +$Id: os2.h,v 1.2 1994/12/02 20:43:13 cph Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -59,6 +59,7 @@ MIT in each case. */ #include "os2thrd.h" #include "os2ctty.h" #include "os2cthrd.h" +#include "os2pm.h" #define OS2_MAX_FILE_HANDLES() 20 -- 2.25.1