Simple compile fix.
This commit is contained in:
parent
470c936e63
commit
99a2307d1d
|
@ -110,7 +110,7 @@ target_link_libraries(mod_chat_history utils)
|
||||||
target_link_libraries(mod_chat_only utils)
|
target_link_libraries(mod_chat_only utils)
|
||||||
target_link_libraries(mod_logging utils)
|
target_link_libraries(mod_logging utils)
|
||||||
target_link_libraries(mod_topic utils)
|
target_link_libraries(mod_topic utils)
|
||||||
|
target_link_libraries(utils network)
|
||||||
target_link_libraries(mod_welcome network)
|
target_link_libraries(mod_welcome network)
|
||||||
target_link_libraries(mod_logging network)
|
target_link_libraries(mod_logging network)
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
typedef void*(*uhub_thread_start)(void*) ;
|
typedef void*(*uhub_thread_start)(void*) ;
|
||||||
|
|
||||||
#ifdef POSIX_THREADS_SUPPORT
|
#ifdef POSIX_THREAD_SUPPORT
|
||||||
typedef pthread_t uhub_thread_t;
|
typedef pthread_t uhub_thread_t;
|
||||||
typedef pthread_mutex_t uhub_mutex_t;
|
typedef pthread_mutex_t uhub_mutex_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue