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