openbsd-ports/misc/deco/patches/patch-hexview_c
naddy e772a3c041 * use libc execvpe()
* include missing prototypes
2012-03-23 21:08:09 +00:00

9 lines
235 B
Plaintext

$OpenBSD: patch-hexview_c,v 1.1 2012/03/23 21:08:09 naddy Exp $
--- hexview.c.orig Fri Mar 23 22:03:36 2012
+++ hexview.c Fri Mar 23 22:03:45 2012
@@ -1,3 +1,4 @@
+#include <string.h>
#if HAVE_UNISTD_H
# include <unistd.h>
#endif