diff options
Diffstat (limited to 'src/lib/dns/hex.cc')
-rw-r--r-- | src/lib/dns/hex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/hex.cc b/src/lib/dns/hex.cc index 1570c4fe92..a664c31435 100644 --- a/src/lib/dns/hex.cc +++ b/src/lib/dns/hex.cc @@ -28,7 +28,7 @@ #include <ctype.h> #include <stdint.h> -#include "hex.h" +#include <dns/hex.h> using namespace std; |