Skip to content

Commit

Permalink
Fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess-of-Sleeping committed Oct 5, 2023
1 parent 147680e commit daa3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vita-elf-create/elf-create-argp.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <unistd.h>

#ifndef HAVE_STRNDUP
#include "strndup.h"
#include "utils/strndup.h"
#endif

int parse_arguments(int argc, char *argv[], elf_create_args *arguments)
Expand Down

0 comments on commit daa3e10

Please sign in to comment.