Fix include statements

This commit is contained in:
Marty Kraimer
1998-01-20 16:20:07 +00:00
parent fa408da672
commit 4bfe2bf8ee
18 changed files with 158 additions and 125 deletions

View File

@@ -68,9 +68,11 @@ static char *sccsID = "@(#) $Id$";
#include <stdioLib.h>
#include <stdlib.h>
#include <fast_lock.h>
#include "dbDefs.h"
#include "errlog.h"
#include "fast_lock.h"
#define devLibGlobal
#include <devLib.h>
#include "devLib.h"
LOCAL LIST addrAlloc[atLast];