adding missing include to get pthread_t type working

This commit is contained in:
Abe Miessler 2017-06-03 15:58:21 -07:00
parent 56d69e73ab
commit 9564549857

View File

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