]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added missing hasher include
authorMartin Willi <martin@strongswan.org>
Thu, 3 Jan 2008 10:42:21 +0000 (10:42 -0000)
committerMartin Willi <martin@strongswan.org>
Thu, 3 Jan 2008 10:42:21 +0000 (10:42 -0000)
src/charon/sa/connect_manager.c

index d0f3cde8dbb577050e5430ac15a547a56f275067..876eba260d1e2bcac32cf5938195942dd8f4c2ac 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <daemon.h>
 #include <utils/linked_list.h>
+#include <crypto/hashers/hasher.h>
 
 #include <processing/jobs/callback_job.h>
 #include <processing/jobs/initiate_mediation_job.h>