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.

32 lines
600 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
  19. --- a/ifcontrol.h
  20. +++ b/ifcontrol.h
  21. @@ -39,7 +39,6 @@
  22. #include <net/if_arp.h>
  23. #include <sys/ioctl.h>
  24. #include <netinet/in.h>
  25. -#include <netinet/if_ether.h>
  26. #include <arpa/inet.h>
  27. #endif