From 8c859ce37271f35d0b93cd40f121af7b04621238 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 1 Dec 2009 15:10:06 -0500 Subject: Make sure system types are defined. --- runtime/staprun/modverify.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'runtime/staprun/modverify.c') 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 #include +#include +#include +#include + #include "nsscommon.h" #include "staprun.h" #include "modverify.h" -#include -#include - /* Function: int check_cert_db_permissions (const char *cert_db_path); * * Check that the given certificate directory and its contents have -- cgit From 8d9d8fe1e78b91140f41bdd71351dbea007d70ec Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 1 Dec 2009 16:43:53 -0500 Subject: Regenerate autotools files using autoreconf to pick up latest Makefile.am changes. --- runtime/staprun/modverify.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/staprun/modverify.c') 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 #include @@ -33,7 +36,6 @@ #include #include "nsscommon.h" -#include "staprun.h" #include "modverify.h" /* Function: int check_cert_db_permissions (const char *cert_db_path); -- cgit