freebsd-ports/sysutils/scanmem/files/patch-maps.h
Alexey Dokuchaev 8ed699c6a1 Add quick and dirty port of scanmem, a simple interactive debugging utility
for Linux, used to locate the address of a variable in an executing process.

WWW: http://code.google.com/p/scanmem/
2014-08-28 10:40:16 +00:00

10 lines
223 B
C

--- maps.h.orig 2010-01-14 08:52:26 UTC
+++ maps.h
@@ -23,6 +23,7 @@
#ifndef _MAPS_INC
#define _MAPS_INC /* include guard */
+#include <sys/types.h>
#include "list.h"
/* determine what regions we need */