freebsd-ports/sysutils/ipmitool/files/patch-lib_helper.c
Florent Thoumie 29be8bff1f - Update to 1.8.2.
PR:		ports/81720
Submitted by:	maintainer
2005-05-31 20:26:11 +00:00

25 lines
559 B
C

--- lib/helper.c.orig Wed May 18 03:58:05 2005
+++ lib/helper.c Tue May 31 22:01:31 2005
@@ -34,17 +34,20 @@
* facility.
*/
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <sys/ioctl.h> /* For TIOCNOTTY */
+
#include <stdlib.h>
#include <stdio.h>
#include <inttypes.h>
#include <signal.h>
#include <string.h>
#include <strings.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <paths.h> /* For _PATH_TTY */
#include <ipmitool/helper.h>
#include <ipmitool/log.h>