diff options
Diffstat (limited to 'examples/pk_lib.c')
-rw-r--r-- | examples/pk_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pk_lib.c b/examples/pk_lib.c index ff425d0..f85cbe0 100644 --- a/examples/pk_lib.c +++ b/examples/pk_lib.c @@ -12,9 +12,9 @@ #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> -#include "../ncr.h" -#include "../userspace/ncrypto.h" #include <stdlib.h> + +#include <ncrypto.h> #include <gnutls/gnutls.h> #include <gnutls/x509.h> #if GNUTLS_VERSION_NUMBER >= 0x020b00 |