mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
PowerMan is a tool for manipulating remote power control (RPC) devices from a central location. Several RPC varieties are supported natively by PowerMan and Expect-like configurability simplifies the addition of new devices. WWW: http://www.llnl.gov/linux/powerman/
19 lines
390 B
C
19 lines
390 B
C
$FreeBSD$
|
|
|
|
--- src/client.c.orig Mon Mar 29 14:25:54 2004
|
|
+++ src/client.c Mon Mar 29 14:27:27 2004
|
|
@@ -31,10 +31,14 @@
|
|
#include <syslog.h>
|
|
#include <stdarg.h>
|
|
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <tcpd.h>
|
|
#include <stdio.h>
|
|
#include <fcntl.h>
|
|
+#include <sys/socket.h>
|
|
+#include <limits.h>
|
|
|
|
#include "powerman.h"
|
|
#include "wrappers.h"
|