summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'psi/idstack.c')
-rw-r--r--psi/idstack.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/psi/idstack.c b/psi/idstack.c
index 701cd8d0..6342c6ad 100644
--- a/psi/idstack.c
+++ b/psi/idstack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2021 Artifex Software, Inc.
+/* Copyright (C) 2001-2022 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -24,6 +24,8 @@
#include "ipacked.h"
#include "iutil.h"
#include "ivmspace.h"
+#include "idebug.h" /* for debug_print_name */
+
/*
#include "idicttpl.h" - Do not remove this comment.
"idicttpl.h" is included below.
@@ -33,7 +35,6 @@
/* #define COLLECT_STATS_IDSTACK */
#ifdef COLLECT_STATS_IDSTACK
-#include "idebug.h"
#define MAX_STATS_DEPTH 6
struct stats_dstack_s {
long lookups; /* total lookups */