diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 17:42:31 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 17:42:31 +0000 |
commit | d6337c83241f0fa4bb03039a9767b58d8a1a7c91 (patch) | |
tree | ed941e84024b317a4199a18b34db312c7894a7d5 /exa/exa_offscreen.c | |
parent | 4fafba61d5402d4e4d2c21ba1be3ed8969b99334 (diff) |
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Diffstat (limited to 'exa/exa_offscreen.c')
-rw-r--r-- | exa/exa_offscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exa/exa_offscreen.c b/exa/exa_offscreen.c index c3a2af642..b128504f2 100644 --- a/exa/exa_offscreen.c +++ b/exa/exa_offscreen.c @@ -22,7 +22,7 @@ #include "exa_priv.h" -#include <sys/limits.h> +#include <limits.h> #include <assert.h> #include <stdlib.h> |