diff options
Diffstat (limited to 'gdb/compile/gcc-c-plugin.h')
-rw-r--r-- | gdb/compile/gcc-c-plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/compile/gcc-c-plugin.h b/gdb/compile/gcc-c-plugin.h index 9ec78e2..12869f3 100644 --- a/gdb/compile/gcc-c-plugin.h +++ b/gdb/compile/gcc-c-plugin.h @@ -17,6 +17,9 @@ 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 COMPILE_GCC_C_PLUGIN_H +#define COMPILE_GCC_C_PLUGIN_H + #include "compile-internal.h" /* A class representing the C plug-in. */ @@ -64,3 +67,5 @@ private: /* The GCC C context. */ struct gcc_c_context *m_context; }; + +#endif /* COMPILE_GCC_C_PLUGIN_H */ |