include/unix/canfestival.h
changeset 167 b2f8b91d89b5
parent 149 fe50ada8020b
child 251 cab66ef3e68e
equal deleted inserted replaced
166:b6fbc1c59a44 167:b2f8b91d89b5
     2 #define UNIX_H_
     2 #define UNIX_H_
     3 
     3 
     4 #include "timerscfg.h"
     4 #include "timerscfg.h"
     5 #include "can_driver.h"
     5 #include "can_driver.h"
     6 #include "data.h"
     6 #include "data.h"
       
     7 #include "timers_driver.h"
     7 #ifdef WIN32
     8 #ifdef WIN32
     8 #include <windows.h>
     9 #include <windows.h>
     9 typedef HINSTANCE LIB_HANDLE;
    10 typedef HINSTANCE LIB_HANDLE;
    10 #else
    11 #else
    11 #include <dlfcn.h>
    12 #include <dlfcn.h>