diff options
Diffstat (limited to 'gdb/solib-target.h')
-rw-r--r-- | gdb/solib-target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solib-target.h b/gdb/solib-target.h index 70f53c5..f03e221 100644 --- a/gdb/solib-target.h +++ b/gdb/solib-target.h @@ -17,10 +17,10 @@ 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 SOLIB_TARGET_H -#define SOLIB_TARGET_H +#ifndef GDB_SOLIB_TARGET_H +#define GDB_SOLIB_TARGET_H struct solib_ops; extern const solib_ops solib_target_so_ops; -#endif /* solib-target.h */ +#endif /* GDB_SOLIB_TARGET_H */ |