| 1 |
From d4f89f7f42484963575b4c7d2fa694051e111e76 Mon Sep 17 00:00:00 2001
|
| 2 |
From: Jeremy Huddleston <jeremyhu@apple.com>
|
| 3 |
Date: Fri, 09 Mar 2012 10:48:14 +0000
|
| 4 |
Subject: Include <stdint.h> for uintptr_t
|
| 5 |
|
| 6 |
Found-by: Tinderbox
|
| 7 |
|
| 8 |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
|
| 9 |
---
|
| 10 |
diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c
|
| 11 |
index 32f455b..964de18 100644
|
| 12 |
--- a/src/XF86DGA2.c
|
| 13 |
+++ b/src/XF86DGA2.c
|
| 14 |
@@ -21,6 +21,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
|
| 15 |
#include <X11/extensions/extutil.h>
|
| 16 |
#include <stdio.h>
|
| 17 |
|
| 18 |
+#include <stdint.h>
|
| 19 |
|
| 20 |
/* If you change this, change the Bases[] array below as well */
|
| 21 |
#define MAX_HEADS 16
|
| 22 |
--
|
| 23 |
cgit v0.9.0.2-2-gbebe
|