mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
s3:libsmb: we need to include "includes.h" as first header to let code build on all platforms
This should fix the Tru64 build. metze
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <pthread.h>
|
||||
#include "includes.h"
|
||||
#include <pthread.h>
|
||||
#include "libsmbclient.h"
|
||||
#include "libsmb_internal.h"
|
||||
|
||||
|
Reference in New Issue
Block a user