diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 08:35:06 +0100 |
commit | e6761e55e59af979d0f35f23b0d7bcd5cf7800dd (patch) | |
tree | e7ca5ed2c38bb4540fb60715583b9ed6c8c5e6aa /src/common.h | |
parent | remove pnm support (diff) | |
download | scrotty-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.h | 1 |
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 |