Made util.h depend on openbsd, to fix linux build.

This commit is contained in:
christiaans 2005-11-08 12:36:17 +00:00
parent 967f8aa38e
commit d95d7cd960

View File

@ -20,7 +20,9 @@
#undef NTOHS
#include <stdlib.h>
#if defined(openbsd)
#include <util.h>
#endif
#include <termios.h>
#include <stdio.h>
#include <unistd.h>