diff options
Diffstat (limited to 'gdbsupport/fileio.h')
-rw-r--r-- | gdbsupport/fileio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/fileio.h b/gdbsupport/fileio.h index 2e7469d..7e4c361 100644 --- a/gdbsupport/fileio.h +++ b/gdbsupport/fileio.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/>. */ -#ifndef COMMON_FILEIO_H -#define COMMON_FILEIO_H +#ifndef GDBSUPPORT_FILEIO_H +#define GDBSUPPORT_FILEIO_H #include <sys/stat.h> @@ -186,4 +186,4 @@ host_to_fileio_time (time_t num, fio_time_t fnum) extern void host_to_fileio_stat (struct stat *st, struct fio_stat *fst); -#endif /* COMMON_FILEIO_H */ +#endif /* GDBSUPPORT_FILEIO_H */ |