Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
231 B

  1. --- util.orig 2014-12-28 12:18:54.727246232 -0600
  2. +++ util.c 2014-12-28 12:19:04.211246438 -0600
  3. @@ -17,8 +17,10 @@
  4. */
  5. #include <sys/time.h>
  6. +
  7. #include <limits.h>
  8. #include <stdio.h>
  9. +#include <time.h>
  10. #include "ntpd.h"