Merge pull request #61 from Broham/master

adding missing include to get pthread_t type working
This commit is contained in:
Joseph Redmon 2017-06-03 22:35:56 -07:00 committed by GitHub
commit d528cbdb7b

View File

@ -1,6 +1,7 @@
#ifndef DARKNET_API
#define DARKNET_API
#include <stdlib.h>
#include <pthread.h>
extern int gpu_index;