1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c

This fixes compiler warnings regarding incomplete types.

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 14:53:01 +02:00
parent f454765b37
commit b6319b5457

View File

@ -28,7 +28,7 @@
#include "printing/queue_process.h"
#include "serverid.h"
#include "locking/proto.h"
#include "smbd/proto.h"
#include "smbd/smbd.h"
#include "rpc_server/rpc_config.h"
#include "printing/load.h"