1
0
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:
Stefan Metzmacher
2009-07-15 20:58:11 +02:00
parent 8447600d98
commit 2fca950d68

View File

@ -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"