ports/devel/avr/gdb/patches/patch-gdb_exec_c

13 lines
237 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: gdb/exec.c
--- gdb/exec.c.orig
+++ gdb/exec.c
@@ -31,7 +31,7 @@
#include "value.h"
#include "exec.h"
#include "observer.h"
-#include "arch-utils.c"
+#include "arch-utils.h"
#include <fcntl.h>
#include "readline/readline.h"