diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-01-01 15:16:52 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-01-03 15:04:36 +0300 |
commit | 126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562 (patch) | |
tree | e0abcf7f89e70bc666dc4a086ed40a2498b83d8c /output/outelf32.c | |
parent | d1428b23da921cf0feed7d5a0c6ca8fd903950e7 (diff) | |
download | nasm-126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562.tar.gz |
output/outelfX.c: Use definitions from stabs.h
Also made Makefile.in to handle dependency.
There are some makefiles in Mkfiles\ should
be fixed as well.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'output/outelf32.c')
-rw-r--r-- | output/outelf32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outelf32.c b/output/outelf32.c index fba037ff..52fb91c2 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -55,6 +55,7 @@ #include "rbtree.h" #include "output/dwarf.h" +#include "output/stabs.h" #include "output/elf.h" #include "output/outelf.h" |