diff options
author | Jesse Barnes <jbarnes@nietzche.virtuousgeek.org> | 2008-03-12 12:33:36 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@nietzche.virtuousgeek.org> | 2008-03-12 12:33:36 -0700 |
commit | 907399660b83b3939aab3dc7d0697197441e4ec8 (patch) | |
tree | dbd3ed6e611485c4c26cf5d3230011cf63eb97fb /src/ch7017 | |
parent | 8563effc96195116c96f89a801c1de6ab982630a (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/ch7017')
-rw-r--r-- | src/ch7017/ch7017.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ch7017/ch7017.c b/src/ch7017/ch7017.c index f685965c..759fc24b 100644 --- a/src/ch7017/ch7017.c +++ b/src/ch7017/ch7017.c @@ -29,6 +29,7 @@ #include "config.h" #endif +#include <stdint.h> #include <unistd.h> #include "xf86.h" |