diff options
Diffstat (limited to 'gdb/common/host-defs.h')
-rw-r--r-- | gdb/common/host-defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/host-defs.h b/gdb/common/host-defs.h index e6878c9..dedd9b6 100644 --- a/gdb/common/host-defs.h +++ b/gdb/common/host-defs.h @@ -16,8 +16,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 HOST_DEFS_H -#define HOST_DEFS_H +#ifndef COMMON_HOST_DEFS_H +#define COMMON_HOST_DEFS_H #include <limits.h> @@ -58,4 +58,4 @@ #define SLASH_STRING "/" #endif -#endif /* HOST_DEFS_H */ +#endif /* COMMON_HOST_DEFS_H */ |