From e0ab3ee9f3d94de9644c76b4ebcd3a7738c58522 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 12 Dec 2005 21:28:45 +0000 Subject: 2005-12-12 Frank Ch. Eigler * translate.cxx (translate_pass): Emit #include . --- translate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'translate.cxx') diff --git a/translate.cxx b/translate.cxx index fa95966c..98c6813b 100644 --- a/translate.cxx +++ b/translate.cxx @@ -3460,6 +3460,7 @@ translate_pass (systemtap_session& s) s.op->newline() << "#include \"regs.c\""; s.op->newline() << "#include "; s.op->newline() << "#include "; + s.op->newline() << "#include "; s.op->newline() << "#endif"; s.op->newline() << "#include \"loc2c-runtime.h\" "; -- cgit