diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach.h | 2 |
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); |