aboutsummaryrefslogtreecommitdiff
path: root/include/mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach.h')
-rw-r--r--include/mach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach.h b/include/mach.h
index 2a1b168a..89c3f850 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -476,7 +476,7 @@ int unwindframe(Map *map, Regs *regs, ulong *next);
void _addhdr(Fhdr*);
void _delhdr(Fhdr*);
-Fhdr* fhdrlist;
+extern Fhdr* fhdrlist;
Symbol* flookupsym(Fhdr*, char*);
Symbol* ffindsym(Fhdr*, Loc, uint);