mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
s3-printing: explicitly include "printing/pcap.h" as there is /usr/include/pcap.h.
Thanks metze for pointing this out. Simo, please check. Guenther
This commit is contained in:
parent
bd6d76d776
commit
a052aa87be
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
struct pcap_cache {
|
||||
char *name;
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
#ifdef AIX
|
||||
bool aix_cache_reload(void)
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "printing.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
#ifdef HAVE_CUPS
|
||||
#include <cups/cups.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "printing.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
#ifdef HAVE_IPRINT
|
||||
#include <cups/cups.h>
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
|
||||
#include "includes.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
/* handle standard printcap - moved from pcap_printer_fn() */
|
||||
bool std_pcap_cache_reload(const char *pcap_name)
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
#include "includes.h"
|
||||
#include "pcap.h"
|
||||
#include "printing/pcap.h"
|
||||
|
||||
#if defined(SYSV) || defined(HPUX)
|
||||
bool sysv_cache_reload(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user