summaryrefslogtreecommitdiff
path: root/choices.h
diff options
context:
space:
mode:
Diffstat (limited to 'choices.h')
-rw-r--r--choices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/choices.h b/choices.h
index d11fbac..e87d2b7 100644
--- a/choices.h
+++ b/choices.h
@@ -1,3 +1,6 @@
+#ifndef CHOICES_H
+#define CHOICES_H CHOICES_H
+
typedef struct {
size_t capacity;
size_t size;
@@ -20,3 +23,4 @@ double choices_getscore(choices_t *c, size_t n);
void choices_prev(choices_t *c);
void choices_next(choices_t *c);
+#endif