summaryrefslogtreecommitdiff
path: root/recipes-multimedia/v4l2apps/files/initalizer-not-const.patch
blob: 85ff161103b9403f5b9d4d2f230922cc569399cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
NULL is no longer defined in what is included resulting in compile time errors.
Include stddef.h to make it available
--- git/utils/dvb/dvb_frontend.h~	2013-02-05 18:13:39.000000000 +0100
+++ git/utils/dvb/dvb_frontend.h	2013-02-05 18:14:43.723139932 +0100
@@ -26,6 +26,7 @@
 #ifndef _DVBFRONTEND_H_
 #define _DVBFRONTEND_H_
 
+#include <stddef.h>
 #include <linux/types.h>
 
 typedef enum fe_type {