diff options
author | Tom Tromey <tom@tromey.com> | 2021-03-06 09:26:39 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-03-06 09:26:39 -0700 |
commit | 1803565556f36692a0d49e3c1aeae1595a64709d (patch) | |
tree | cacd610ee24cafde0ce0d9344f25ed83d18003d7 /gdb/debuginfod-support.h | |
parent | a7308ce01effdd143bfe5e3c7350fa2d5606d12b (diff) | |
download | gdb-1803565556f36692a0d49e3c1aeae1595a64709d.zip gdb-1803565556f36692a0d49e3c1aeae1595a64709d.tar.gz gdb-1803565556f36692a0d49e3c1aeae1595a64709d.tar.bz2 |
Include scoped_fd.h in debuginfod-support.h
debuginfod-support.h requires scoped_fd, so include the header here.
gdb/ChangeLog
2021-03-06 Tom Tromey <tom@tromey.com>
* debuginfod-support.h: Include scoped_fd.h.
Diffstat (limited to 'gdb/debuginfod-support.h')
-rw-r--r-- | gdb/debuginfod-support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/debuginfod-support.h b/gdb/debuginfod-support.h index e90b78a..5e5aab5 100644 --- a/gdb/debuginfod-support.h +++ b/gdb/debuginfod-support.h @@ -19,6 +19,8 @@ #ifndef DEBUGINFOD_SUPPORT_H #define DEBUGINFOD_SUPPORT_H +#include "gdbsupport/scoped_fd.h" + /* Query debuginfod servers for a source file associated with an executable with BUILD_ID. BUILD_ID can be given as a binary blob or a null-terminated string. If given as a binary blob, BUILD_ID_LEN |