aboutsummaryrefslogtreecommitdiff
path: root/src/writeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writeout.c')
-rw-r--r--src/writeout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/writeout.c b/src/writeout.c
index 3e854ec82..7e4105067 100644
--- a/src/writeout.c
+++ b/src/writeout.c
@@ -19,7 +19,6 @@
* KIND, either express or implied.
*
***************************************************************************/
-
#include "setup.h"
#ifdef HAVE_SYS_TYPES_H
@@ -36,6 +35,8 @@
#include "writeout.h"
+#include "memdebug.h" /* keep this as LAST include */
+
typedef enum {
VAR_NONE, /* must be the first */
VAR_TOTAL_TIME,