diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-04-09 14:03:45 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-04-10 09:10:26 +0800 |
commit | a83e55e1131025dc049ae219d5e2d3861066f4b7 (patch) | |
tree | ee812887a26d758a2f5de8860e405965ddd0a2b7 /src | |
parent | 55223b00df78404d6a5bbc5d67a232db1baf1a35 (diff) |
Include <stdint.h> in i810.h for integer types definition
(cherry picked from commit 79b18980ac9f60b1978abe421352df965aed1681)
Diffstat (limited to 'src')
-rw-r--r-- | src/i810.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _I810_H_ #define _I810_H_ +#include <stdint.h> #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" |