diff options
Diffstat (limited to 'src/structs.h')
| -rw-r--r-- | src/structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h index 5273f52..ddeff5d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -2,8 +2,9 @@ #include <X11/Xlib.h> -#include <X11/extensions/Xrandr.h> +#include <cstdint> #include <string> +#include <sys/types.h> #include <vector> #define noID -1 |
