e772a3c041
* include missing prototypes
9 lines
235 B
Plaintext
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
|