From faba3e745e4a32902f63c7ad1a15bda27e008570 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 22 Oct 2014 17:04:52 +0200 Subject: [PATCH] fix include that breaks make dist --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 550b941138..0a4be8eb27 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -908,7 +908,7 @@ pdns_recursor_SOURCES = \ resolver.hh \ responsestats.cc \ secpoll-recursor.cc \ - secpoll-recuersor.hh \ + secpoll-recursor.hh \ selectmplexer.cc \ sillyrecords.cc \ statbag.cc \ -- 2.47.2