diff options
Diffstat (limited to 'gdb/solib-aix.h')
-rw-r--r-- | gdb/solib-aix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solib-aix.h b/gdb/solib-aix.h index 6487460..79cad4d 100644 --- a/gdb/solib-aix.h +++ b/gdb/solib-aix.h @@ -15,12 +15,12 @@ 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_AIX_H -#define SOLIB_AIX_H +#ifndef GDB_SOLIB_AIX_H +#define GDB_SOLIB_AIX_H struct solib_ops; extern const solib_ops solib_aix_so_ops; extern CORE_ADDR solib_aix_get_toc_value (CORE_ADDR pc); -#endif +#endif /* GDB_SOLIB_AIX_H */ |