aboutsummaryrefslogtreecommitdiffstats
path: root/src/vidmode.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-01-07 20:26:22 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-01-07 20:26:22 +0100
commit687a5069c71c7551477b96933454647637924459 (patch)
treede9d65e975573c31c070f8cf06a8e3c74aba295e /src/vidmode.h
parentFix: Terminate loop immediately on second exit signal. (diff)
downloadredshift-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/vidmode.h')
-rw-r--r--src/vidmode.h2
1 files changed, 2 insertions, 0 deletions
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 {