summaryrefslogtreecommitdiff
path: root/mfb/mfbfillarc.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 /mfb/mfbfillarc.c
parent4fafba61d5402d4e4d2c21ba1be3ed8969b99334 (diff)
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Diffstat (limited to 'mfb/mfbfillarc.c')
-rw-r--r--mfb/mfbfillarc.c2
1 files changed, 1 insertions, 1 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>