diff options
author | William Cohen <wcohen@redhat.com> | 2010-01-13 23:23:26 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2010-01-13 23:23:26 -0500 |
commit | 95fe80a2100221faeb269c7d8319567def08295e (patch) | |
tree | 3a65cbc3129482f0224f882511444cfa8c90ee4e /translate.cxx | |
parent | cc52276b5ecd4501271d3846ad3519c7db03b54f (diff) | |
parent | 3c5b8e2b99a772e3d19d6c4bf26b3a06037523a4 (diff) | |
download | systemtap-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.cxx | 1 |
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. |