[Mit-cadr-cvs] r357 - trunk/emulator/usim

ggilley at common-lisp.net ggilley at common-lisp.net
Tue Nov 27 03:50:23 UTC 2012


Author: ggilley
Date: Mon Nov 26 19:50:22 2012
New Revision: 357

Log:
get compiling again on netbsd

Modified:
   trunk/emulator/usim/chaos.c

Modified: trunk/emulator/usim/chaos.c
==============================================================================
--- trunk/emulator/usim/chaos.c	Mon Nov 26 19:46:42 2012	(r356)
+++ trunk/emulator/usim/chaos.c	Mon Nov 26 19:50:22 2012	(r357)
@@ -10,7 +10,7 @@
 #include "usim.h"
 
  /* until I split out the unix socket code */
-#if defined(LINUX) || defined(OSX)
+#if defined(LINUX) || defined(OSX) || defined(BSD)
 
 #include <stdio.h>
 #include <unistd.h>




More information about the mit-cadr-cvs mailing list