diff options
Diffstat (limited to 'gdb/common/print-utils.c')
-rw-r--r-- | gdb/common/print-utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/common/print-utils.c b/gdb/common/print-utils.c index 051c4541b28..9d8ce288bad 100644 --- a/gdb/common/print-utils.c +++ b/gdb/common/print-utils.c @@ -17,8 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" -#include "print-utils.h" +#include "common/common-defs.h" +#include "common/print-utils.h" + /* Temporary storage using circular buffer. */ /* Number of cells in the circular buffer. */ |