diff options
author | Tom de Vries <tdevries@suse.de> | 2023-03-18 10:16:30 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-03-18 10:16:30 +0100 |
commit | f2259ae756e56e5e88c0eb53d2138536a56c21aa (patch) | |
tree | 9dc3a33f421f6b4aa2a18c64bdb3ed6327332eab /gdb/testsuite/gdb.python/tui-window-disabled.c | |
parent | 9e4b2a6697006f9ff39bce13edd640330e208c9f (diff) | |
download | binutils-f2259ae756e56e5e88c0eb53d2138536a56c21aa.zip binutils-f2259ae756e56e5e88c0eb53d2138536a56c21aa.tar.gz binutils-f2259ae756e56e5e88c0eb53d2138536a56c21aa.tar.bz2 |
[gdb/testsuite] Handle attributes.h for remote host
Handle $srcdir/lib/attributes.h using lappend_include_dir.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/testsuite/gdb.python/tui-window-disabled.c')
-rw-r--r-- | gdb/testsuite/gdb.python/tui-window-disabled.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/tui-window-disabled.c b/gdb/testsuite/gdb.python/tui-window-disabled.c index 833c6a3..111f7ad 100644 --- a/gdb/testsuite/gdb.python/tui-window-disabled.c +++ b/gdb/testsuite/gdb.python/tui-window-disabled.c @@ -15,7 +15,7 @@ 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 "../lib/attributes.h" +#include "attributes.h" volatile int val; |