summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 11:14:17 -0700
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>2008-03-12 11:14:17 -0700
commit8563effc96195116c96f89a801c1de6ab982630a (patch)
tree93f038a315a07de76dc72a95dd27b69f4fcaa383
parentc82d8e51c6ff9522ad0deb33399d13f3d6fef19d (diff)
Add stdint.h to i830_bios.h
Needed for new uint* usage.
-rw-r--r--src/i830_bios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h
index 46e34f94..95230f5a 100644
--- a/src/i830_bios.h
+++ b/src/i830_bios.h
@@ -28,6 +28,7 @@
#ifndef _I830_BIOS_H_
#define _I830_BIOS_H_
+#include <stdint.h>
#include <xf86str.h>
struct vbt_header {