diff options
author | Marcus Brinkmann <[email protected]> | 2011-09-29 01:14:37 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2011-10-13 15:09:29 +0000 |
commit | 2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a (patch) | |
tree | 8ac80ef22c8e15d9b4995e85a4c74e8253538f1c /dirmngr/ldap.c | |
parent | Allow NULL for free_public_key. (diff) | |
download | gnupg-2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a.tar.gz gnupg-2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a.zip |
Initial port to Npth.
Diffstat (limited to '')
-rw-r--r-- | dirmngr/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c index 87121fd83..dfcf94328 100644 --- a/dirmngr/ldap.c +++ b/dirmngr/ldap.c @@ -28,7 +28,7 @@ #include <unistd.h> #include <fcntl.h> #include <time.h> -#include <pth.h> +#include <npth.h> #include "dirmngr.h" #include "exechelp.h" |