diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:26:22 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-07 20:26:22 +0100 |
commit | 687a5069c71c7551477b96933454647637924459 (patch) | |
tree | de9d65e975573c31c070f8cf06a8e3c74aba295e /src | |
parent | Fix: Terminate loop immediately on second exit signal. (diff) | |
download | redshift-ng-687a5069c71c7551477b96933454647637924459.tar.gz redshift-ng-687a5069c71c7551477b96933454647637924459.tar.bz2 redshift-ng-687a5069c71c7551477b96933454647637924459.tar.xz |
Add include of stdint.h in header files.
Diffstat (limited to 'src')
-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 { |