diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-01 16:43:53 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-01 16:43:53 -0500 |
commit | 8d9d8fe1e78b91140f41bdd71351dbea007d70ec (patch) | |
tree | 6de244a4c0bfbb91dd8e92edf0a85743761cb296 /runtime/staprun/staprun_funcs.c | |
parent | b25765bd1c90bbbca20c36a25c51fff5e7db0884 (diff) | |
download | systemtap-steved-8d9d8fe1e78b91140f41bdd71351dbea007d70ec.tar.gz systemtap-steved-8d9d8fe1e78b91140f41bdd71351dbea007d70ec.tar.xz systemtap-steved-8d9d8fe1e78b91140f41bdd71351dbea007d70ec.zip |
Regenerate autotools files using autoreconf to pick up latest Makefile.am changes.
Diffstat (limited to 'runtime/staprun/staprun_funcs.c')
-rw-r--r-- | runtime/staprun/staprun_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/staprun_funcs.c b/runtime/staprun/staprun_funcs.c index 9d623c02..db58cd4f 100644 --- a/runtime/staprun/staprun_funcs.c +++ b/runtime/staprun/staprun_funcs.c @@ -11,6 +11,7 @@ */ #include "config.h" +#include "staprun.h" #include <sys/mount.h> #include <sys/utsname.h> @@ -18,7 +19,6 @@ #include <pwd.h> #include <assert.h> -#include "staprun.h" #include "modverify.h" typedef int (*check_module_path_func)(const char *module_path, int module_fd); |