ports/archivers/macutil/patches/patch-binhex_binhex_c

12 lines
259 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: binhex/binhex.c
--- binhex/binhex.c.orig
+++ binhex/binhex.c
@@ -1,6 +1,7 @@
#include <stdio.h>
#include "../fileio/machdr.h"
#include "../fileio/rdfile.h"
+#include "../fileio/rdfileopt.h"
#include "../util/patchlevel.h"
extern char *malloc();