summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-08 10:56:02 +0000
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-08 10:56:02 +0000
commit18d7934ae35b88eaf80551d17d3e1be9874ee7c5 (patch)
treecf9d4e71d38b3af4bc1e448367626097b2234eb2 /sys
parentf6d9b82fb839ed9fb88ad0ae74dff3a21bf54b6d (diff)
downloadgst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.tar.gz
gst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.tar.bz2
gst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.zip
Use configure-generated _stdint.h.
Original commit message from CVS: * ext/x264/gstx264enc.h: * sys/fbdev/gstfbdevsink.c: Use configure-generated _stdint.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/fbdev/gstfbdevsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fbdev/gstfbdevsink.c b/sys/fbdev/gstfbdevsink.c
index ec9358a9..0fb7d981 100644
--- a/sys/fbdev/gstfbdevsink.c
+++ b/sys/fbdev/gstfbdevsink.c
@@ -35,7 +35,7 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <unistd.h>
-#include <stdint.h>
+#include "_stdint.h"
#include "gstfbdevsink.h"