1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s3:utils: use smbd/smbd.h instead of just smbd/proto.h

This fixes compiler warnings regarding incomplete types.

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 14:50:23 +02:00
parent 7bc328dcb0
commit af4c99eed0

View File

@ -40,7 +40,7 @@
#include "locking/proto.h"
#include "messages.h"
#include "librpc/gen_ndr/open_files.h"
#include "smbd/proto.h"
#include "smbd/smbd.h"
#include "librpc/gen_ndr/notify.h"
#include "lib/conn_tdb.h"