aboutsummaryrefslogtreecommitdiff
path: root/editors/hexcurse/files/patch-include_hex.h
blob: 6f150b71928e8ab12c3acd00f7f5a7b52f689106 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/hex.h.orig	2003-12-23 03:08:25 UTC
+++ include/hex.h
@@ -111,7 +111,7 @@ extern char EBCDIC[256];
 #define max(a,b) ((a) >(b) ? (a) : (b))
 #endif
 
-FILE *fpIN, *fpOUT;				/* global file ptrs           */
+extern FILE *fpIN, *fpOUT;			/* global file ptrs           */
 
 /* function prototypes */