diff options
Diffstat (limited to 'gdb/varobj-iter.h')
-rw-r--r-- | gdb/varobj-iter.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/varobj-iter.h b/gdb/varobj-iter.h index 5350bc5..bc613af 100644 --- a/gdb/varobj-iter.h +++ b/gdb/varobj-iter.h @@ -14,6 +14,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 VAROBJ_ITER_H +#define VAROBJ_ITER_H + /* A node or item of varobj, composed of the name and the value. */ typedef struct varobj_item @@ -70,3 +73,5 @@ struct varobj_iter_ops xfree (ITER); \ } \ } while (0) + +#endif /* VAROBJ_ITER_H */ |