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.

20 lines
415 B

  1. --- a/nhrp/opennhrp.c
  2. +++ b/nhrp/opennhrp.c
  3. @@ -9,6 +9,7 @@
  4. #include <ctype.h>
  5. #include <stdio.h>
  6. #include <errno.h>
  7. +#include <fcntl.h>
  8. #include <malloc.h>
  9. #include <stddef.h>
  10. #include <string.h>
  11. --- a/nhrp/nhrp_common.h
  12. +++ b/nhrp/nhrp_common.h
  13. @@ -12,6 +12,7 @@
  14. #include <stdint.h>
  15. #include <stdlib.h>
  16. #include <sys/time.h>
  17. +#include <sys/types.h>
  18. #include <linux/if_ether.h>
  19. struct nhrp_interface;