summaryrefslogtreecommitdiffstats
path: root/multimedia/kaffeine/files/patch-dmx.h
blob: f358283c105db49aba2048241eb1275ea2337394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- include/dmx.h.orig	2010-02-06 19:07:48.000000000 +0100
+++ include/dmx.h	2010-02-06 19:11:53.000000000 +0100
@@ -24,7 +24,15 @@
 #ifndef _DVBDMX_H_
 #define _DVBDMX_H_
 
-#include <linux/types.h>
+#ifndef LINUX_TYPES_ADDED
+#define LINUX_TYPES_ADDED
+#include <sys/types.h>
+typedef uint64_t __u64;
+typedef uint32_t __u32;
+typedef uint16_t __u16;
+typedef uint8_t __u8;
+#endif
+
 #include <time.h>
 
 
OpenPOWER on IntegriCloud