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/randr.h | |
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/randr.h')
-rw-r--r-- | src/randr.h | 2 |
1 files changed, 2 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> |