diff options
Diffstat (limited to 'gdb/solib-dsbt.h')
-rw-r--r-- | gdb/solib-dsbt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solib-dsbt.h b/gdb/solib-dsbt.h index e1f7d14..2777939 100644 --- a/gdb/solib-dsbt.h +++ b/gdb/solib-dsbt.h @@ -17,11 +17,11 @@ 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_DSBT_H -#define SOLIB_DSBT_H +#ifndef GDB_SOLIB_DSBT_H +#define GDB_SOLIB_DSBT_H struct solib_ops; extern const solib_ops dsbt_so_ops; -#endif /* solib-dsbt.h */ +#endif /* GDB_SOLIB_DSBT_H */ |