fix inclusion of private_key_t in nm plugin

This commit is contained in:
Martin Willi 2009-06-09 14:02:35 +02:00
parent 2d870072fa
commit fd0b7903e6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef NM_CREDS_H_
#define NM_CREDS_H_
#include <credentials/keys/private_key.h>
#include <credentials/credential_set.h>
typedef struct nm_creds_t nm_creds_t;