summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn <sabetts@juicebox>2008-10-22 14:28:45 -0700
committerShawn <sabetts@juicebox>2008-10-22 14:28:45 -0700
commitc0bee97912e5caf256441dbdc531f38fbe06d780 (patch)
treeeb6690b7427dc739be48448bb8703d7b8c756ceb
parent970d09c36249834e63d529cfdfce0672dff25d99 (diff)
downloadratpoison-c0bee97912e5caf256441dbdc531f38fbe06d780.zip
include limits.h for INT_MAX
-rw-r--r--src/history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.c b/src/history.c
index 1105344..b0e66fd 100644
--- a/src/history.c
+++ b/src/history.c
@@ -21,6 +21,7 @@
#include <ctype.h>
#include <errno.h>
#include <string.h>
+#include <limits.h>
#include "ratpoison.h"