freebsd-ports/editors/hexedit/files/patch-hexedit.h
Edwin Groothuis 9ad713d54b [PATCH] update editors/hexedit to 1.2.12
This patch updates editors/hexedit to 1.2.12. Additionally
	included is a patch (patch-allowwhitespaces) which allows
	a hex search pattern to contain whitespaces (e.g. A1 B2 C3
	instead of A1B2C3).

PR:		ports/101078
Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
Approved by:	maintainer timeout
2007-09-24 12:32:54 +00:00

10 lines
249 B
C

--- hexedit.h.ORI Tue Nov 8 17:16:47 2005
+++ hexedit.h Sat Jul 29 15:23:36 2006
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#if HAVE_FCNTL_H