[comp.windows.x] fix1 for lib/Xmu/CvtStdSel.c

casey@COGNET.UCLA.EDU (11/13/88)

  Fix1 added

	#ifdef ultrix
	#include <sys/limits.h>		/* fixed in Ultrix 3.0 */
	#endif

to lib/Xmu/CvtStdSel.c.  Unfortunately, there is no <sys/limits.h> (under
Ultrix 2.2 at least).  I changed it to read <limits.h> and it compiles
fine.

Casey