ports/editors/hexcurse/files/patch-include_hex.h
Muhammad Moinur Rahman df31928768
editors/hexcurse: Fix build
- Refresh patches
2024-07-28 15:15:11 +02:00

11 lines
312 B
C

--- include/hex.h.orig 2015-11-18 04:33:09 UTC
+++ include/hex.h
@@ -126,7 +126,7 @@ extern bool color_enabled;
#define max(a,b) ((a) >(b) ? (a) : (b))
#endif
-FILE *fpIN; /* global file ptr */
+extern FILE *fpIN; /* global file ptr */
/* function prototypes */