diff options
Diffstat (limited to '')
-rw-r--r-- | external/unbound/sldns/parse.c (renamed from external/unbound/ldns/parse.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/unbound/ldns/parse.c b/external/unbound/sldns/parse.c index a605e549f..35dee7196 100644 --- a/external/unbound/ldns/parse.c +++ b/external/unbound/sldns/parse.c @@ -8,9 +8,9 @@ * See the file LICENSE for the license */ #include "config.h" -#include "ldns/parse.h" -#include "ldns/parseutil.h" -#include "ldns/sbuffer.h" +#include "sldns/parse.h" +#include "sldns/parseutil.h" +#include "sldns/sbuffer.h" #include <limits.h> #include <strings.h> |