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.

22 lines
407 B

  1. --- a/configfile.cc
  2. +++ b/configfile.cc
  3. @@ -24,6 +24,7 @@
  4. #include <stdlib.h>
  5. #include <stdio.h>
  6. #include <errno.h>
  7. +#include <time.h>
  8. #include "configfile.h"
  9. #include "util.h"
  10. --- a/dumpfile_tuntap.cc
  11. +++ b/dumpfile_tuntap.cc
  12. @@ -20,8 +20,8 @@
  13. #include <errno.h>
  14. -#include "dumpfile_tuntap.h"
  15. #include "ifcontrol.h"
  16. +#include "dumpfile_tuntap.h"
  17. #include "ipc_remote.h"
  18. #ifndef SYS_CYGWIN