diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-02 16:41:11 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-02 16:41:11 -0500 |
commit | 6bb613f9be856632dec47cab4b27a7fe92c2fe64 (patch) | |
tree | 76e778645ea20df5fd89981994ee249fc760d4f5 /runtime/staprun/modverify.c | |
parent | 5d4ea4cc1d1f7531fb0ff4d0498957e0333a61eb (diff) | |
parent | 4a0ae64c47b159d4dd0ea471f1f8044503843a7f (diff) | |
download | systemtap-steved-6bb613f9be856632dec47cab4b27a7fe92c2fe64.tar.gz systemtap-steved-6bb613f9be856632dec47cab4b27a7fe92c2fe64.tar.xz systemtap-steved-6bb613f9be856632dec47cab4b27a7fe92c2fe64.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/modverify.c')
-rw-r--r-- | runtime/staprun/modverify.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/runtime/staprun/modverify.c b/runtime/staprun/modverify.c index 514f09f0..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> @@ -28,13 +31,13 @@ #include <cert.h> #include <certt.h> -#include "nsscommon.h" -#include "staprun.h" -#include "modverify.h" - #include <sys/stat.h> +#include <sys/types.h> #include <errno.h> +#include "nsscommon.h" +#include "modverify.h" + /* Function: int check_cert_db_permissions (const char *cert_db_path); * * Check that the given certificate directory and its contents have |