mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
libreplace: we need include <unistd.h> before nss_wrapper.h
metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25863 0c0555d6-39d7-0310-84fc-f1cc0bd64818
This commit is contained in:
parent
4d02b1344b
commit
20ec1f4725
@ -27,6 +27,9 @@
|
||||
|
||||
*/
|
||||
|
||||
/* this needs to be included before nss_wrapper.h on some systems */
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user