<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es

This commit is contained in:
Alan Coopersmith
2006-02-11 17:42:31 +00:00
parent 4fafba61d5
commit d6337c8324
8 changed files with 17 additions and 7 deletions

View File

@@ -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>