aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-12 08:35:06 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-12 08:35:06 +0100
commite6761e55e59af979d0f35f23b0d7bcd5cf7800dd (patch)
treee7ca5ed2c38bb4540fb60715583b9ed6c8c5e6aa /src/common.h
parentremove pnm support (diff)
downloadscrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.gz
scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.bz2
scrotty-e6761e55e59af979d0f35f23b0d7bcd5cf7800dd.tar.xz
you can now select framebuffer
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 573a257..2e5deb2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -30,6 +30,7 @@
#include <stdint.h>
#include <string.h>
#include <time.h>
+#include <limits.h>
#ifdef USE_GETTEXT