diff options
Diffstat (limited to 'gdbsupport/search.h')
-rw-r--r-- | gdbsupport/search.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/search.h b/gdbsupport/search.h index 42a9fd2..f8c003b 100644 --- a/gdbsupport/search.h +++ b/gdbsupport/search.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_SEARCH_H -#define COMMON_SEARCH_H +#ifndef GDBSUPPORT_SEARCH_H +#define GDBSUPPORT_SEARCH_H #include "gdbsupport/function-view.h" @@ -39,4 +39,4 @@ extern int simple_search_memory ULONGEST pattern_len, CORE_ADDR *found_addrp); -#endif /* COMMON_SEARCH_H */ +#endif /* GDBSUPPORT_SEARCH_H */ |