X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fdebug-private.h;h=e40e58386598cd87970c0d6d36d2bf9f55bd21d0;hp=c739fa68a0fd7797708864a91b505d3212ac7b7b;hb=85dda01c84763aecc4d31e15246d0ac5986eedae;hpb=a48458814a4c26a6430b27105c0ab747c907473f diff --git a/cups/debug-private.h b/cups/debug-private.h index c739fa68a..e40e58386 100644 --- a/cups/debug-private.h +++ b/cups/debug-private.h @@ -18,6 +18,14 @@ #ifndef _CUPS_DEBUG_PRIVATE_H_ # define _CUPS_DEBUG_PRIVATE_H_ + +/* + * Include necessary headers... + */ + +# include + + /* * C++ magic... */ @@ -88,10 +96,7 @@ extern "C" { extern int _cups_debug_fd; extern int _cups_debug_level; extern void DLLExport _cups_debug_printf(const char *format, ...) -#ifdef __GNUC__ -__attribute__ ((__format__ (__printf__, 1, 2))) -#endif /* __GNUC__ */ -; + __attribute__ ((__format__ (__printf__, 1, 2))); extern void DLLExport _cups_debug_puts(const char *s); extern void DLLExport _cups_debug_set(const char *logfile, const char *level, const char *filter,