diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 14:53:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:39 +0200 |
commit | b6319b54573d6c6b340395c60b601b5c2fca7b3a (patch) | |
tree | 1be819fa3a21d0f1f14f39a5fb822475f906f684 /source3/printing | |
parent | f454765b37feb449d6a7b9ecf1133afcaac474b3 (diff) | |
download | samba-b6319b54573d6c6b340395c60b601b5c2fca7b3a.tar.gz samba-b6319b54573d6c6b340395c60b601b5c2fca7b3a.tar.bz2 samba-b6319b54573d6c6b340395c60b601b5c2fca7b3a.zip |
s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c
This fixes compiler warnings regarding incomplete types.
metze
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/queue_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c index 6e50f5f4ff..cf3becda30 100644 --- a/source3/printing/queue_process.c +++ b/source3/printing/queue_process.c @@ -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" |