summaryrefslogtreecommitdiff
path: root/mfb
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 /mfb
parent4fafba61d5402d4e4d2c21ba1be3ed8969b99334 (diff)
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Diffstat (limited to 'mfb')
-rw-r--r--mfb/mfbfillarc.c2
-rw-r--r--mfb/mfbzerarc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mfb/mfbfillarc.c b/mfb/mfbfillarc.c
index 8856eb0ae..ffa948fe1 100644
--- a/mfb/mfbfillarc.c
+++ b/mfb/mfbfillarc.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/mfb/mfbzerarc.c b/mfb/mfbzerarc.c
index cc45ee2d4..9fd4c07a2 100644
--- a/mfb/mfbzerarc.c
+++ b/mfb/mfbzerarc.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>