mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
23 lines
613 B
Diff
23 lines
613 B
Diff
From: Debian Multimedia Maintainers
|
|
<pkg-multimedia-maintainers@lists.alioth.debian.org>
|
|
Date: Thu, 16 Mar 2017 20:48:20 +0100
|
|
Subject: _fix_mknod
|
|
|
|
---
|
|
gfxdrivers/davinci/davinci_c64x.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/gfxdrivers/davinci/davinci_c64x.c b/gfxdrivers/davinci/davinci_c64x.c
|
|
index 431ffdd..420b567 100644
|
|
--- a/gfxdrivers/davinci/davinci_c64x.c
|
|
+++ b/gfxdrivers/davinci/davinci_c64x.c
|
|
@@ -37,6 +37,8 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/mman.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
+#include <sys/sysmacros.h>
|
|
#include <unistd.h>
|
|
|
|
#include <directfb_util.h>
|