summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-13 23:12:53 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-13 23:12:53 +0100
commit338e194636b91413e765c8ac26079a972ed5cf56 (patch)
treef7d3c411f8560dae08247cec350047c213166fb7 /src/util.c
parent05e8a8ab6ee73fa432268e5c2b408e40dea69550 (diff)
issue 182 - ctrl+k to focus on search entry like firefox
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index fc594d7..3309fb1 100644
--- a/src/util.c
+++ b/src/util.c
@@ -19,6 +19,7 @@
/* Many of these functions are taken from the Transmission Project. */
+#include <limits.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>