gdbsupport: include preprocessor.h in common-debug.h

While doing some changes, some code failed to compile because it used
the scoped_debug_start_end macro, but couldn't find the CONCAT macro.
Fix that by making common-debug.h include preprocessor.h, the header
file that provides CONCAT.

gdbsupport/ChangeLog:

	* common-debug.h: Include preprocessor.h.

Change-Id: Ibf863a932a18cba9a57b4bd72df538ef52d39127
This commit is contained in:
Simon Marchi
2021-04-23 14:03:30 -04:00
parent f5e98b7d67
commit 4d6840c335
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#ifndef COMMON_COMMON_DEBUG_H
#define COMMON_COMMON_DEBUG_H
#include "gdbsupport/preprocessor.h"
/* Set to true to enable debugging of hardware breakpoint/
watchpoint support code. */