Fix in dbLink.h: Include all used headers

This commit is contained in:
Ralph Lange
2012-04-27 13:25:19 -04:00
committed by Michael Davidsaver
parent 57fc84fef3
commit 948a3feba7

View File

@@ -18,6 +18,8 @@
#include "link.h"
#include "shareLib.h"
#include "epicsTypes.h"
#include "epicsTime.h"
typedef struct lset {
long (*initLink)(struct link *plink, short dbfType);