From fd0b7903e69b7c1c5fb798f6c346623d82072e6e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 9 Jun 2009 14:02:35 +0200 Subject: [PATCH] fix inclusion of private_key_t in nm plugin --- src/charon/plugins/nm/nm_creds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/charon/plugins/nm/nm_creds.h b/src/charon/plugins/nm/nm_creds.h index d77868552..421442c81 100644 --- a/src/charon/plugins/nm/nm_creds.h +++ b/src/charon/plugins/nm/nm_creds.h @@ -21,6 +21,7 @@ #ifndef NM_CREDS_H_ #define NM_CREDS_H_ +#include #include typedef struct nm_creds_t nm_creds_t;