Include pthreads.h as the core doesn't use plain pthreads anymore

Original commit message from CVS:
Include pthreads.h as the core doesn't use plain pthreads anymore
This commit is contained in:
Wim Taymans 2002-11-02 01:07:46 +00:00
parent d36df58da3
commit 9e7cf16bcf
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include <sys/mman.h>
#include <string.h>
#include <errno.h>
#include <pthread.h>
#include "v4lmjpegsink_calls.h"
/* On some systems MAP_FAILED seems to be missing */

View file

@ -27,6 +27,7 @@
#include <errno.h>
#include "v4lsrc_calls.h"
#include <sys/time.h>
#include <pthread.h>
/* number of buffers to be queued *at least* before syncing */
#define MIN_BUFFERS_QUEUED 2