]> git.pld-linux.org Git - packages/libmpeg3.git/blob - libmpeg3-pthread.patch
- libmpeg3-pthread.patch: #include <pthread.h>
[packages/libmpeg3.git] / libmpeg3-pthread.patch
1 --- libmpeg3-1.5.0/mpeg3private.h~      Fri Oct 18 03:38:19 2002
2 +++ libmpeg3-1.5.0/mpeg3private.h       Wed Mar 19 17:26:21 2003
3 @@ -3,6 +3,7 @@
4  
5  #include <stdint.h>
6  #include <stdio.h>
7 +#include <pthread.h>
8  
9  
10  
This page took 0.039914 seconds and 3 git commands to generate.