]> rtime.felk.cvut.cz Git - ulut.git/blobdiff - ulut/ul_htimchk.c
uLUt: do not include malloc.h, use stdlib.h through ul_utmalloc.h.
[ulut.git] / ulut / ul_htimchk.c
index 1349e40b226c1c61da37f3c30dd248cb573cf5df..b2f0298fc25ddc3d1494e1402a0d8eb4952b9a87 100644 (file)
@@ -7,9 +7,9 @@
 #ifndef _WIN32
 #include <unistd.h>
 #include <sys/time.h>
-#include <malloc.h>
+#include <ul_utmalloc.h>
 #else /*_WIN32*/
-#include <malloc.h>
+#include <ul_utmalloc.h>
 #include <sys/time.h>
 #include <windows.h>
 #define WITHOUT_SYS_SELECT