summaryrefslogtreecommitdiff
path: root/cups/http-addrlist.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 14:25:09 -0400
commitfb863569eb4f51ae62a066dc8049d3ffc0efb0bb (patch)
tree8a209d6684fc82600cbc303ffceedff8fb1d7b58 /cups/http-addrlist.c
parent941a5490cfa02953d2adcacb1838fd3d3e21976b (diff)
downloadcups-fb863569eb4f51ae62a066dc8049d3ffc0efb0bb.tar.gz
Move debug printfs to internal usage only.
Also, old MD5 code is internal-only.
Diffstat (limited to 'cups/http-addrlist.c')
-rw-r--r--cups/http-addrlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/http-addrlist.c b/cups/http-addrlist.c
index ea2021ce6..485c6f43d 100644
--- a/cups/http-addrlist.c
+++ b/cups/http-addrlist.c
@@ -13,6 +13,7 @@
*/
#include "cups-private.h"
+#include "debug-internal.h"
#ifdef HAVE_RESOLV_H
# include <resolv.h>
#endif /* HAVE_RESOLV_H */