projects
/
platform
/
upstream
/
libusb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ef0fc
)
threads_posix.c: Fix prototype warning by including threads_posix.h
author
Sean McBride
<sean@rogue-research.com>
Fri, 9 Dec 2011 18:33:28 +0000
(13:33 -0500)
committer
Peter Stuge
<peter@stuge.se>
Wed, 8 Feb 2012 14:02:07 +0000
(15:02 +0100)
libusb/os/threads_posix.c
patch
|
blob
|
history
diff --git
a/libusb/os/threads_posix.c
b/libusb/os/threads_posix.c
index
435b873
..
60c57cf
100644
(file)
--- a/
libusb/os/threads_posix.c
+++ b/
libusb/os/threads_posix.c
@@
-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)
{