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