6162e4a100
Nipper enables network administrators, security professionals and auditors to quickly produce reports on key network infrastructure devices. testing by rui and Nigel J. Taylor who also provided a patch ok rui@
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
$OpenBSD: patch-device_device_cpp,v 1.1.1.1 2008/09/20 20:26:05 steven Exp $
|
|
--- device/device.cpp.orig Wed Sep 17 16:33:32 2008
|
|
+++ device/device.cpp Wed Sep 17 16:33:47 2008
|
|
@@ -31,6 +31,8 @@
|
|
|
|
|
|
// Includes...
|
|
+#include <unistd.h>
|
|
+
|
|
#include "../globaldefs.h"
|
|
#include "errortext.h"
|
|
#include "device.h"
|