diff options
author | Shawn <sabetts@juicebox> | 2008-10-22 14:28:45 -0700 |
---|---|---|
committer | Shawn <sabetts@juicebox> | 2008-10-22 14:28:45 -0700 |
commit | c0bee97912e5caf256441dbdc531f38fbe06d780 (patch) | |
tree | eb6690b7427dc739be48448bb8703d7b8c756ceb | |
parent | 970d09c36249834e63d529cfdfce0672dff25d99 (diff) | |
download | ratpoison-c0bee97912e5caf256441dbdc531f38fbe06d780.zip |
include limits.h for INT_MAX
-rw-r--r-- | src/history.c | 1 |
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" |