summaryrefslogtreecommitdiff
path: root/cfb
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 /cfb
parent4fafba61d5402d4e4d2c21ba1be3ed8969b99334 (diff)
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Diffstat (limited to 'cfb')
-rw-r--r--cfb/cfbfillarc.c2
-rw-r--r--cfb/cfbzerarc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cfb/cfbfillarc.c b/cfb/cfbfillarc.c
index 797e9ea78..a02f40e14 100644
--- a/cfb/cfbfillarc.c
+++ b/cfb/cfbfillarc.c
@@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
-#include <sys/limits.h>
+#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>
diff --git a/cfb/cfbzerarc.c b/cfb/cfbzerarc.c
index 0d88bfd5a..27b82e42e 100644
--- a/cfb/cfbzerarc.c
+++ b/cfb/cfbzerarc.c
@@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
-#include <sys/limits.h>
+#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>