diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:10:06 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:10:06 -0500 |
commit | 8c859ce37271f35d0b93cd40f121af7b04621238 (patch) | |
tree | c4eaaf566f39be9834a99e03ffd07b8f7ec84979 /runtime/staprun/modverify.c | |
parent | 9b66e023ce3f320cb560ab6e2cc78a219e262c5e (diff) | |
download | systemtap-steved-8c859ce37271f35d0b93cd40f121af7b04621238.tar.gz systemtap-steved-8c859ce37271f35d0b93cd40f121af7b04621238.tar.xz systemtap-steved-8c859ce37271f35d0b93cd40f121af7b04621238.zip |
Make sure system types are defined.
Diffstat (limited to 'runtime/staprun/modverify.c')
-rw-r--r-- | runtime/staprun/modverify.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/staprun/modverify.c b/runtime/staprun/modverify.c index 514f09f0..6f2687bb 100644 --- a/runtime/staprun/modverify.c +++ b/runtime/staprun/modverify.c @@ -28,13 +28,14 @@ #include <cert.h> #include <certt.h> +#include <sys/stat.h> +#include <sys/types.h> +#include <errno.h> + #include "nsscommon.h" #include "staprun.h" #include "modverify.h" -#include <sys/stat.h> -#include <errno.h> - /* Function: int check_cert_db_permissions (const char *cert_db_path); * * Check that the given certificate directory and its contents have |