]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
caljulian.c:
authorDamir Tomic <viperus@ntp.org>
Thu, 18 Jun 2015 21:33:19 +0000 (23:33 +0200)
committerDamir Tomic <viperus@ntp.org>
Thu, 18 Jun 2015 21:33:19 +0000 (23:33 +0200)
  replacing malloc.h with "ntp_stdlib.h"

bk: 5583391f8BQIrGpf29WXQC7cynL2dQ

tests/libntp/caljulian.c

index dac8c3e73c0e8ede96a5699cf5a7e0b29c4e8f5c..907f25d86edc7f5722e9589ff0e2de21aa18bc37 100644 (file)
@@ -1,12 +1,14 @@
 #include "config.h"
 
 #include "ntp_calendar.h"
+#include "ntp_stdlib.h"
 #include "unity.h"
 
 #include "test-libntp.h"
 
+
 #include <string.h>
-#include <malloc.h>
+//#include <stdlib.h>
 
 //added struct to calendar!