aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/resolv/res_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/resolv/res_debug.h')
-rw-r--r--lib/libc/resolv/res_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/resolv/res_debug.h b/lib/libc/resolv/res_debug.h
index dd048116fb49..ccae03e625aa 100644
--- a/lib/libc/resolv/res_debug.h
+++ b/lib/libc/resolv/res_debug.h
@@ -23,7 +23,7 @@
#ifndef DEBUG
# define Dprint(cond, args) /*empty*/
# define DprintQ(cond, args, query, size) /*empty*/
-# define Aerror(statp, file, string, error, address) /*empty*/
+# define Aerror(statp, file, string, error, address, alen) /*empty*/
# define Perror(statp, file, string, error) /*empty*/
#else
# define Dprint(cond, args) if (cond) {fprintf args;} else {}