summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h
index 13e93ed51e..074e5286e0 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h
+++ b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/def.h
@@ -1,3 +1,9 @@
/* def.h - definitions for def.c */
+#ifndef DEF_H
+#define DEF_H
+
+#include "tree_types.h"
+
void gather_def_item (ELEMENT *current, enum command_id next_command);
DEF_INFO *parse_def (enum command_id command, ELEMENT *current);
+#endif