summaryrefslogtreecommitdiff
path: root/output/outelf32.c
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-01-01 15:16:52 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-01-03 15:04:36 +0300
commit126faf2e3b59ec80b1f9e0e23bbfa2bc3619c562 (patch)
treee0abcf7f89e70bc666dc4a086ed40a2498b83d8c /output/outelf32.c
parentd1428b23da921cf0feed7d5a0c6ca8fd903950e7 (diff)
downloadnasm-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.c1
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"