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
688 B

  1. --- a/lib/param/loadparm.h
  2. +++ b/lib/param/loadparm.h
  3. @@ -31,6 +31,7 @@
  4. #define _LOADPARM_H
  5. #include <talloc.h>
  6. +#include <time.h>
  7. struct parmlist_entry {
  8. struct parmlist_entry *prev, *next;
  9. --- a/source3/lib/system_smbd.c
  10. +++ b/source3/lib/system_smbd.c
  11. @@ -27,6 +27,8 @@
  12. #include "system/passwd.h"
  13. #include "nsswitch/winbind_client.h"
  14. #include "../lib/util/setid.h"
  15. +#include <grp.h>
  16. +#include <uuid/uuid.h>
  17. #ifndef HAVE_GETGROUPLIST
  18. --- a/source4/torture/local/nss_tests.c
  19. +++ b/source4/torture/local/nss_tests.c
  20. @@ -20,6 +20,8 @@
  21. */
  22. #include "includes.h"
  23. +#include <grp.h>
  24. +#include <uuid/uuid.h>
  25. #include "torture/torture.h"
  26. #include "torture/local/proto.h"