openbsd-ports/sysutils/nut/patches/patch-tools_nut-scanner_nutscan-ip_h
sthen 8103eadcb9 update to NUT 2.6.2 and add rc.d scripts
- thanks ajacoutot@ for looking over the scripts

- note that there has been some major work on apcsmart; in the event
of problems the old driver is still available as apcsmart-old
2011-09-19 15:59:57 +00:00

12 lines
362 B
Plaintext

$OpenBSD: patch-tools_nut-scanner_nutscan-ip_h,v 1.1 2011/09/19 15:59:57 sthen Exp $
--- tools/nut-scanner/nutscan-ip.h.orig Mon Sep 19 09:29:07 2011
+++ tools/nut-scanner/nutscan-ip.h Mon Sep 19 09:29:42 2011
@@ -19,6 +19,7 @@
#ifndef SCAN_IP
#define SCAN_IP
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>