diff options
-rw-r--r-- | src/randr.h | 2 | ||||
-rw-r--r-- | src/vidmode.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/randr.h b/src/randr.h index 404bc29..3a50099 100644 --- a/src/randr.h +++ b/src/randr.h @@ -20,6 +20,8 @@ #ifndef _REDSHIFT_RANDR_H #define _REDSHIFT_RANDR_H +#include <stdint.h> + #include <xcb/xcb.h> #include <xcb/randr.h> diff --git a/src/vidmode.h b/src/vidmode.h index 2c38183..e4a3e1c 100644 --- a/src/vidmode.h +++ b/src/vidmode.h @@ -20,6 +20,8 @@ #ifndef _REDSHIFT_VIDMODE_H #define _REDSHIFT_VIDMODE_H +#include <stdint.h> + #include <X11/Xlib.h> typedef struct { |