diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-24 00:07:36 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-24 00:07:36 +0200 |
commit | 2ba6a53414bcf859945413e9a7684064635bd2c4 (patch) | |
tree | a1a94f01aef62e8752a05199d911458b917e9588 /src/medsrv | |
parent | d860a9b9243b6f3f3310b3535f39cd5e44e52af9 (diff) | |
download | strongswan-2ba6a53414bcf859945413e9a7684064635bd2c4.tar.bz2 strongswan-2ba6a53414bcf859945413e9a7684064635bd2c4.tar.xz |
added missing header files
Diffstat (limited to 'src/medsrv')
-rwxr-xr-x | src/medsrv/controller/peer_controller.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/medsrv/controller/peer_controller.c b/src/medsrv/controller/peer_controller.c index 0dec27698..01ba0c8cc 100755 --- a/src/medsrv/controller/peer_controller.c +++ b/src/medsrv/controller/peer_controller.c @@ -23,6 +23,8 @@ #include <debug.h> #include <asn1/asn1.h> #include <asn1/oid.h> +#include <utils/identification.h> +#include <credentials/keys/public_key.h> typedef struct private_peer_controller_t private_peer_controller_t; |