summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2010-01-13 23:23:26 -0500
committerWilliam Cohen <wcohen@redhat.com>2010-01-13 23:23:26 -0500
commit95fe80a2100221faeb269c7d8319567def08295e (patch)
tree3a65cbc3129482f0224f882511444cfa8c90ee4e /translate.cxx
parentcc52276b5ecd4501271d3846ad3519c7db03b54f (diff)
parent3c5b8e2b99a772e3d19d6c4bf26b3a06037523a4 (diff)
downloadsystemtap-steved-95fe80a2100221faeb269c7d8319567def08295e.tar.gz
systemtap-steved-95fe80a2100221faeb269c7d8319567def08295e.tar.xz
systemtap-steved-95fe80a2100221faeb269c7d8319567def08295e.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index 88e69a66..81b8bef5 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -5238,6 +5238,7 @@ translate_pass (systemtap_session& s)
s.op->newline() << "#include <linux/version.h>";
// s.op->newline() << "#include <linux/compile.h>";
s.op->newline() << "#include \"loc2c-runtime.h\" ";
+ s.op->newline() << "#include \"access_process_vm.h\" ";
s.up->emit_common_header (); // context etc.