summaryrefslogtreecommitdiff
path: root/src/ch7xxx
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@nietzche.virtuousgeek.org>2008-03-12 12:33:36 -0700
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>2008-03-12 12:33:36 -0700
commit907399660b83b3939aab3dc7d0697197441e4ec8 (patch)
treedbd3ed6e611485c4c26cf5d3230011cf63eb97fb /src/ch7xxx
parent8563effc96195116c96f89a801c1de6ab982630a (diff)
Add stdint.h to DVO drivers
Fixes the build for me (just following the git development guide on a new machine).
Diffstat (limited to 'src/ch7xxx')
-rw-r--r--src/ch7xxx/ch7xxx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch7xxx/ch7xxx.c b/src/ch7xxx/ch7xxx.c
index 3309a569..8a439e42 100644
--- a/src/ch7xxx/ch7xxx.c
+++ b/src/ch7xxx/ch7xxx.c
@@ -30,6 +30,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "config.h"
#endif
+#include <stdint.h>
#include <string.h>
#include "xf86.h"
#include "xf86_OSproc.h"