blob: 90fe32f11ec4105c6f4339087bdbc13da3808ae9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- a/xine_post_autocrop.c
+++ b/xine_post_autocrop.c
@@ -42,6 +42,7 @@
*/
+#include <stddef.h>
#include <stdint.h>
#include <xine/xine_internal.h>
--- a/xine_post_swscale.c
+++ b/xine_post_swscale.c
@@ -37,6 +37,8 @@
* - Fixed yv12 stretched warp tables generation
*/
+#include <stddef.h>
+
#include <xine/xine_internal.h>
#include <xine/post.h>
#include <float.h> /* DBL_MIN */
--- a/xine_post_audiochannel.c
+++ b/xine_post_audiochannel.c
@@ -39,6 +39,8 @@
*
*/
+#include <stddef.h>
+
#include <xine/xine_internal.h>
#include <xine/post.h>
|