diff options
-rw-r--r-- | src/ati.h | 1 | ||||
-rw-r--r-- | src/generic_bus.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ #define ___ATI_H___ 1 #include <unistd.h> +#include <stdint.h> #include "xf86Pci.h" #include "xf86PciInfo.h" 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 |