diff options
Diffstat (limited to 'gdb/gdb_expat.h')
-rw-r--r-- | gdb/gdb_expat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdb_expat.h b/gdb/gdb_expat.h index 566f065..36cee80 100644 --- a/gdb/gdb_expat.h +++ b/gdb/gdb_expat.h @@ -17,8 +17,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/>. */ -#if !defined(GDB_EXPAT_H) -#define GDB_EXPAT_H +#ifndef GDB_GDB_EXPAT_H +#define GDB_GDB_EXPAT_H #include <expat.h> @@ -35,4 +35,4 @@ #define XMLCALL #endif -#endif /* !defined(GDB_EXPAT_H) */ +#endif /* GDB_GDB_EXPAT_H */ |