diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2023-02-16 12:38:59 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-02-16 12:38:59 +0000 |
commit | 797926633a37997f8c64e8dc18ebcd2f3f06ecfc (patch) | |
tree | 937b0312b33042e063c413200e5a58233d798264 | |
parent | 05ba3fe4e15ce91e6470ae57d1f4a71fc6147eba (diff) | |
download | libgit2-797926633a37997f8c64e8dc18ebcd2f3f06ecfc.tar.gz |
stash: update strarray usage
-rw-r--r-- | src/libgit2/stash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgit2/stash.c b/src/libgit2/stash.c index 80eaddecf..319ae3a3f 100644 --- a/src/libgit2/stash.c +++ b/src/libgit2/stash.c @@ -25,6 +25,7 @@ #include "merge.h" #include "diff.h" #include "diff_generate.h" +#include "strarray.h" static int create_error(int error, const char *msg) { |