]> sjero.net Git - wget/blobdiff - src/ptimer.c
Use Gnulib's alloc functions throughout the source.
[wget] / src / ptimer.c
index 9edddd82cb572442c55124b289f83f98348d4c07..0f5b5db0c8d3309bbc09eadd790446ef0b5ec1a7 100644 (file)
@@ -50,6 +50,8 @@ as that of the covered work.  */
      double secs = ptimer_measure ();
      printf ("The loop took %.2fs\n", secs);  */
 
+#define USE_GNULIB_ALLOC
+
 #include "wget.h"
 
 #include <stdio.h>
@@ -71,6 +73,7 @@ as that of the covered work.  */
 # include <windows.h>
 #endif
 
+#include "utils.h"
 #include "ptimer.h"
 
 /* Depending on the OS, one and only one of PTIMER_POSIX,