summaryrefslogtreecommitdiff
path: root/cups/debug.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 09:38:49 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 09:38:49 -0400
commitf4b526e71efa7d70778a1e8b90fea35326cb85ab (patch)
tree9917bc9895f18ebc56f97537170265f93a464d05 /cups/debug.c
parent0b353e63ec5c3caa91ed4c5859a35807e8654452 (diff)
downloadcups-f4b526e71efa7d70778a1e8b90fea35326cb85ab.tar.gz
Don't install internal headers.
Diffstat (limited to 'cups/debug.c')
-rw-r--r--cups/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/debug.c b/cups/debug.c
index b04432b5e..372c3a391 100644
--- a/cups/debug.c
+++ b/cups/debug.c
@@ -35,6 +35,7 @@ _cups_gettimeofday(struct timeval *tv, /* I - Timeval struct */
#include <fcntl.h>
+#ifdef DEBUG
/*
* Globals...
*/
@@ -45,7 +46,6 @@ int _cups_debug_level = 1;
/* Log level (0 to 9) */
-#ifdef DEBUG
/*
* Local globals...
*/