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/modverify.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/modverify.c')
-rw-r--r-- | runtime/staprun/modverify.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/staprun/modverify.c b/runtime/staprun/modverify.c index 6f2687bb..4ed5eb74 100644 --- a/runtime/staprun/modverify.c +++ b/runtime/staprun/modverify.c @@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" +#include "staprun.h" + #include <stdio.h> #include <nspr.h> @@ -33,7 +36,6 @@ #include <errno.h> #include "nsscommon.h" -#include "staprun.h" #include "modverify.h" /* Function: int check_cert_db_permissions (const char *cert_db_path); |