patch-src_mn_h 511 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-src_mn_h,v 1.2 2017/05/06 17:23:10 naddy Exp $
  2. Index: src/mn.h
  3. --- src/mn.h.orig
  4. +++ src/mn.h
  5. @@ -2,11 +2,16 @@
  6. #define _MN_H_
  7. /////////////////////////////////
  8. -#include <stdio.h>
  9. -#include <stdarg.h>
  10. -#include <netinet/in.h>
  11. #include <sys/types.h>
  12. #include <sys/time.h>
  13. +#include <sys/socket.h>
  14. +#include <arpa/inet.h>
  15. +#include <netinet/in.h>
  16. +#include <stdio.h>
  17. +#include <stdarg.h>
  18. +#include <stdlib.h>
  19. +#include <string.h>
  20. +#include <unistd.h>
  21. /////////////////////////////////