*** empty log message ***
authorroot <root>
Thu, 30 Sep 2004 09:49:13 +0000 (09:49 +0000)
committerroot <root>
Thu, 30 Sep 2004 09:49:13 +0000 (09:49 +0000)
src/ptytty.C

index c616ce55f24c348cabaa369e7f30ed0c379a32a5..edaee57ad65fd5a8654a7a789d554ac171903438 100644 (file)
 # include <stropts.h>
 #endif
 
-#if defined( __FreeBSD__)
 // better do this via configure, but....
+#if defined(__FreeBSD__)
 # include <libutil.h>
+#elif defined(__DARWIN__)
+# include <util.h>
 #endif
 
 #include <cstdio>