aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cpucontrol/cpucontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cpucontrol/cpucontrol.h')
-rw-r--r--usr.sbin/cpucontrol/cpucontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/cpucontrol/cpucontrol.h b/usr.sbin/cpucontrol/cpucontrol.h
index a4b3a94c19e6..d03c30a6bd6d 100644
--- a/usr.sbin/cpucontrol/cpucontrol.h
+++ b/usr.sbin/cpucontrol/cpucontrol.h
@@ -43,6 +43,7 @@ typedef void ucode_update_t(const struct ucode_update_params *params);
extern int verbosity_level;
#ifdef DEBUG
+#include <stdio.h>
# define WARNX(level, ...) \
if ((level) <= verbosity_level) { \
fprintf(stderr, "%s:%d ", __FILE__, __LINE__); \