diff options
author | des <des@FreeBSD.org> | 2014-05-14 18:44:22 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-05-14 18:44:22 +0000 |
commit | 958f19752f90b9f4b82e4c9fa7082b55ab913662 (patch) | |
tree | 86c1332d2843f4c80ae64365c16ba04306b6f542 /pythonmod/pythonmod.c | |
parent | c6f87fd5e619b950a5b259f7d881955f49b6a2d9 (diff) | |
download | FreeBSD-src-958f19752f90b9f4b82e4c9fa7082b55ab913662.zip FreeBSD-src-958f19752f90b9f4b82e4c9fa7082b55ab913662.tar.gz |
import unbound 1.4.22
Diffstat (limited to 'pythonmod/pythonmod.c')
-rw-r--r-- | pythonmod/pythonmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/pythonmod.c b/pythonmod/pythonmod.c index 97f520a..359eea0 100644 --- a/pythonmod/pythonmod.c +++ b/pythonmod/pythonmod.c @@ -45,7 +45,7 @@ #endif #include "config.h" -#include <ldns/ldns.h> +#include "ldns/sbuffer.h" #undef _POSIX_C_SOURCE #undef _XOPEN_SOURCE |