Linux: Do not include useless pthread.h
authorLudovic Rousseau <rousseau@debian.org>
Mon, 15 Nov 2010 13:45:50 +0000 (14:45 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:06:31 +0000 (22:06 +0200)
commitc569e5b3b314538f45d0b3b6f14ce3dbdfee1be9
tree57a87d11001a7e4517a9c2eb75d8ce3e38d9a2e6
parent82af9f9d440ef49015652c699157cf62020f097a
Linux: Do not include useless pthread.h

The code does not use threads so no need to #include <pthread.h>
Fixes #74.
libusb/os/linux_usbfs.c