mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
14 lines
313 B
C
14 lines
313 B
C
--- hacks/phosphor.c.orig Fri Mar 31 19:50:00 2006
|
|
+++ hacks/phosphor.c Sun Jun 4 00:01:46 2006
|
|
@@ -41,6 +41,10 @@
|
|
# ifdef HAVE_UTIL_H
|
|
# include <util.h>
|
|
# endif
|
|
+#include <sys/types.h>
|
|
+#include <sys/ioctl.h>
|
|
+#include <termios.h>
|
|
+#include <libutil.h>
|
|
#endif /* HAVE_FORKPTY */
|
|
|
|
#include "screenhack.h"
|