summaryrefslogtreecommitdiff
path: root/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'notes.h')
-rw-r--r--notes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/notes.h b/notes.h
index 60bdf289a3..7ae3eefe06 100644
--- a/notes.h
+++ b/notes.h
@@ -1,6 +1,8 @@
#ifndef NOTES_H
#define NOTES_H
+#include "string-list.h"
+
/*
* Function type for combining two notes annotating the same object.
*
@@ -257,7 +259,7 @@ struct string_list;
struct display_notes_opt {
unsigned int suppress_default_notes:1;
- struct string_list *extra_notes_refs;
+ struct string_list extra_notes_refs;
};
/*