Include the proper header for index

This commit is contained in:
Nick Chambers 2022-07-02 18:23:39 -05:00
parent fee831260f
commit cb116860a1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <gargoyle/sleuth.h>
#include <gargoyle/twine.h>
#include <stddef.h>
#include <string.h>
#include <strings.h>
uint8_t gargoyle_digest_argv(uint16_t optc, struct gargoyle_opt *optv, int *argc, char ***argv, struct gargoyle_err *err, gargoyle_flag_type flags) {
if(!(flags & GARGOYLE_FLG_GREED)) {