From 9564549857231c3ffda602fd8efea091894ff6e9 Mon Sep 17 00:00:00 2001 From: Abe Miessler Date: Sat, 3 Jun 2017 15:58:21 -0700 Subject: [PATCH] adding missing include to get pthread_t type working --- include/darknet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/darknet.h b/include/darknet.h index 986d4309..3f5e9b74 100644 --- a/include/darknet.h +++ b/include/darknet.h @@ -1,6 +1,7 @@ #ifndef DARKNET_API #define DARKNET_API #include +#include extern int gpu_index;