patch-lib_roken_roken_h_in 585 B

1234567891011121314151617181920212223242526272829
  1. $OpenBSD: patch-lib_roken_roken_h_in,v 1.1 2016/12/17 14:58:31 ajacoutot Exp $
  2. innetgr(3)
  3. pidfile(3)
  4. --- lib/roken/roken.h.in.orig Sat Dec 17 10:28:21 2016
  5. +++ lib/roken/roken.h.in Sat Dec 17 10:30:24 2016
  6. @@ -230,6 +230,9 @@ struct sockaddr_dl;
  7. #ifdef HAVE_NETDB_H
  8. #include <netdb.h>
  9. #endif
  10. +#ifdef HAVE_NETGROUP_H
  11. +#include <netgroup.h>
  12. +#endif
  13. #ifdef HAVE_ARPA_NAMESER_H
  14. #include <arpa/nameser.h>
  15. #endif
  16. @@ -259,6 +262,10 @@ struct sockaddr_dl;
  17. #include <sys/time.h>
  18. #else
  19. #include <time.h>
  20. +#endif
  21. +
  22. +#ifdef HAVE_UTIL_H
  23. +#include <util.h>
  24. #endif
  25. #ifdef HAVE_PATHS_H