threads_posix.c: Fix prototype warning by including threads_posix.h
authorSean McBride <sean@rogue-research.com>
Fri, 9 Dec 2011 18:33:28 +0000 (13:33 -0500)
committerPeter Stuge <peter@stuge.se>
Wed, 8 Feb 2012 14:02:07 +0000 (15:02 +0100)
libusb/os/threads_posix.c

index 435b873..60c57cf 100644 (file)
@@ -28,7 +28,7 @@
 #define _XOPEN_SOURCE 500
 #endif /* _XOPEN_SOURCE */
 
-#include <pthread.h>
+#include "threads_posix.h"
 
 int usbi_mutex_init_recursive(pthread_mutex_t *mutex, pthread_mutexattr_t *attr)
 {