summaryrefslogtreecommitdiff
path: root/app/wlib/gtklib/dynarr.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/wlib/gtklib/dynarr.h')
-rw-r--r--app/wlib/gtklib/dynarr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/wlib/gtklib/dynarr.h b/app/wlib/gtklib/dynarr.h
index 13c0ede..2adf115 100644
--- a/app/wlib/gtklib/dynarr.h
+++ b/app/wlib/gtklib/dynarr.h
@@ -17,6 +17,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+#ifndef DYNARR_H_SEEN
+#define DYNARR_H_SEEN
+
typedef struct {
int cnt;
int max;
@@ -47,3 +51,4 @@ typedef struct {
abort(); \
} \
(DA).cnt = 0; }
+#endif /* DYNARR_H_SEEN */