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];

View File

@@ -1,6 +1,9 @@
/*
* $Log$
* Revision 1.20 1997/05/30 13:17:21 mrk
* get rid of warning messages when using TS_1900_TO_*
*
* Revision 1.19 1997/03/05 13:20:44 jbk
* Fixed a bug in TSreport - printing of IP addresses was incorrect
*
@@ -157,6 +160,8 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
#include <net/if.h>
#include <envDefs.h>
#include <envLib.h>
#include <dbDefs.h>
#include <epicsPrint.h>
#include <errMdef.h>