rnd-19980904-1
[rocksndiamonds.git] / src / random.c
index bbac6e5bdbee7d9471b64cf633b53c0fe1cfd567..b2fa0d41e012bfe0c8581d2c0befe861e73d1bdb 100644 (file)
  * It was reworked for the GNU C Library by Roland McGrath.
  */
 
+#ifndef MSDOS
 #include <ansidecl.h>
+#endif
 #include <errno.h>
 #include <limits.h>
-#include <stddef.h>
 #include <stdlib.h>
 
 #include "random.h"