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.

38 lines
985 B

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