From: Harlan Stenn Date: Fri, 3 Jul 2015 20:30:06 +0000 (+0000) Subject: tests/ntpd/g_leapsec.cpp typo fix. Harlan Stenn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2398355f54db65ed15c2ef4f248db62eb1c37f3a;p=thirdparty%2Fntp.git tests/ntpd/g_leapsec.cpp typo fix. Harlan Stenn. bk: 5596f0ceW2q7rMVlCLhbNspJ5sVYxg --- diff --git a/ChangeLog b/ChangeLog index 63737822c..480098ca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * [Bug 2867] ntpd with autokey active crashed by 'ntpq -crv'. J.Perlinger * libntp/emalloc.c: Remove explicit include of stdint.h. Harlan Stenn. * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. +* tests/ntpd/g_leapsec.cpp typo fix. Harlan Stenn. --- (4.2.8p3) 2015/06/29 Released by Harlan Stenn diff --git a/tests/ntpd/g_leapsec.cpp b/tests/ntpd/g_leapsec.cpp index ada43945e..83ee5add9 100644 --- a/tests/ntpd/g_leapsec.cpp +++ b/tests/ntpd/g_leapsec.cpp @@ -1,4 +1,4 @@ -#include "ntpdtest.h" +#include "g_ntpdtest.h" extern "C" { #include "ntp.h"