diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2008-05-14 16:49:01 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-05-14 16:49:01 -0400 |
commit | cc9f510770700228e5d597c872e926a4e99bd950 (patch) | |
tree | c2506195eb30fb81a9ce35eb98a8913f6b4adc2f /src/generic_bus.h | |
parent | 71fa57f871dba03260dba2180ce1dab44048ac1a (diff) |
RADEON: missing stdint.h includes
Diffstat (limited to 'src/generic_bus.h')
-rw-r--r-- | src/generic_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generic_bus.h b/src/generic_bus.h index ecefdcdb..a04baa15 100644 --- a/src/generic_bus.h +++ b/src/generic_bus.h @@ -4,6 +4,7 @@ /* this is meant to be used for proprietary buses where abstraction is needed but they don't occur often enough to warrant a separate helper library */ +#include <stdint.h> #define GB_IOCTL_GET_NAME 1 /* third argument is size of the buffer, fourth argument is pointer |