summaryrefslogtreecommitdiff
path: root/src/mov_encoder_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mov_encoder_thread.h')
-rw-r--r--src/mov_encoder_thread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mov_encoder_thread.h b/src/mov_encoder_thread.h
index 22fb78c..8b7cd72 100644
--- a/src/mov_encoder_thread.h
+++ b/src/mov_encoder_thread.h
@@ -31,6 +31,9 @@
/*
* $Log$
+ * Revision 1.2 2005/05/17 15:12:51 deva
+ * Fixed file rights (All read on files and directories, and all execute on directories).
+ *
* Revision 1.1 2005/05/17 14:30:56 deva
* Added code, preparing threaded encoding.
*
@@ -45,6 +48,9 @@
#include <fcntl.h>
#include <unistd.h>
+#include <pthread.h>
+#include <semaphore.h>
+
#include <vector>
using namespace std;