Code

notes: refactor display notes extra refs field
[git.git] / notes.h
diff --git a/notes.h b/notes.h
index 60bdf289a3fb053cf0010f66d7df41ae1d922b6a..7ae3eefe060c511bbe7cf7628256a7407c12f1ca 100644 (file)
--- 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;
 };
 
 /*