From: Damir Tomic Date: Sun, 7 Jun 2015 12:31:53 +0000 (+0200) Subject: removed a minor makefile bug, put added new include in uglydate.c X-Git-Tag: NTP_4_3_40~6^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546200294e1c46a177b2388d7735f914ba9df32c;p=thirdparty%2Fntp.git removed a minor makefile bug, put added new include in uglydate.c bk: 557439b9tRTPcwheTYTR9933StUjtg --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 88d7dee04..015a95859 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -247,7 +247,6 @@ test_atoint_SOURCES = \ test_a_md5encrypt_SOURCES = \ a_md5encrypt.c \ run-test-a_md5encrypt.c \ - #testcalshims.c \ $(NULL) test_atouint_SOURCES = \ diff --git a/tests/libntp/uglydate.c b/tests/libntp/uglydate.c index a7879c117..808ca7b21 100644 --- a/tests/libntp/uglydate.c +++ b/tests/libntp/uglydate.c @@ -1,4 +1,5 @@ #include "config.h" +#include "testcalshims.h" #include "ntp_fp.h" #include "unity.h"