diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 19:46:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:18 +0100 |
commit | 823f8b90305e2fe4ef2c391aee8a6d508835d353 (patch) | |
tree | a8de748f0b89d26511402d96c5a678bd2409e958 /source3/printing/tests | |
parent | 8225c0ad6c5fbcb522912fa5f5af605f721e5216 (diff) | |
download | samba-823f8b90305e2fe4ef2c391aee8a6d508835d353.tar.gz samba-823f8b90305e2fe4ef2c391aee8a6d508835d353.tar.bz2 samba-823f8b90305e2fe4ef2c391aee8a6d508835d353.zip |
s3-printing: move more printing structs to printing.h
Guenther
Diffstat (limited to 'source3/printing/tests')
-rw-r--r-- | source3/printing/tests/vlp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/printing/tests/vlp.c b/source3/printing/tests/vlp.c index 48b71204d8..494a811f01 100644 --- a/source3/printing/tests/vlp.c +++ b/source3/printing/tests/vlp.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "printing.h" #ifdef malloc #undef malloc |