diff options
Diffstat (limited to 'gdbsupport/scoped_fd.h')
-rw-r--r-- | gdbsupport/scoped_fd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/scoped_fd.h b/gdbsupport/scoped_fd.h index aa214b2..240685a 100644 --- a/gdbsupport/scoped_fd.h +++ b/gdbsupport/scoped_fd.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_SCOPED_FD_H -#define COMMON_SCOPED_FD_H +#ifndef GDBSUPPORT_SCOPED_FD_H +#define GDBSUPPORT_SCOPED_FD_H #include <unistd.h> #include "gdb_file.h" @@ -84,4 +84,4 @@ private: int m_fd; }; -#endif /* COMMON_SCOPED_FD_H */ +#endif /* GDBSUPPORT_SCOPED_FD_H */ |