mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
adding missing include to get pthread_t type working
This commit is contained in:
parent
56d69e73ab
commit
9564549857
@ -1,6 +1,7 @@
|
||||
#ifndef DARKNET_API
|
||||
#define DARKNET_API
|
||||
#include <stdlib.h>
|
||||
#include <pthread.h>
|
||||
|
||||
extern int gpu_index;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user