summaryrefslogtreecommitdiff
path: root/exa/exa_offscreen.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-02-11 17:42:31 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-02-11 17:42:31 +0000
commitd6337c83241f0fa4bb03039a9767b58d8a1a7c91 (patch)
treeed941e84024b317a4199a18b34db312c7894a7d5 /exa/exa_offscreen.c
parent4fafba61d5402d4e4d2c21ba1be3ed8969b99334 (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.c2
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>