mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Merge pull request #61 from Broham/master
adding missing include to get pthread_t type working
This commit is contained in:
commit
d528cbdb7b
@ -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