mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
409 B
C
20 lines
409 B
C
--- 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>
|
|
|
|
|