ports/sysutils/aimage/files/patch-src-imager.cpp
Rong-En Fan 7bae14b228 aimage is the Advanced Disk Imager a tool to create forensic disk images.
aimage is a component the Advanced Forensics Format project.

WWW: http://www.afflib.org

PR:		ports/122273
Submitted by:	Chris Calvey <chris at securityforensics.co.uk>
2008-04-06 15:10:26 +00:00

12 lines
290 B
C++

--- src/imager.cpp.orig Sat Mar 29 14:13:35 2008
+++ src/imager.cpp Sat Mar 29 14:34:37 2008
@@ -10,6 +10,8 @@
#include <stdlib.h>
#include <err.h>
#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>