Include osdTime using compiler include path

Previously it was using a relative directory name, #included in the .c file.
This commit is contained in:
Brendan Chandler
2021-02-09 15:05:31 -06:00
parent a8262573f5
commit 3fd9ffc995
+1 -1
View File
@@ -42,7 +42,7 @@
#include "logClient.h"
#include "osiUnistd.h"
#include "iocsh.h"
#include "../../src/osi/os/RTEMS-kernel/osdTime.h"
#include "osdTime.h"
#include "epicsMemFs.h"
#include "epicsRtemsInitHooks.h"