Skip to content

Commit

Permalink
Should enclose with "" for the non-standard header file.
Browse files Browse the repository at this point in the history
Thanks to nitro322.
    #15
  • Loading branch information
jca02266 committed Oct 5, 2019
1 parent f259fb1 commit 7c3cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getopt_long.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ puts_argv(char **argv)

#ifndef USE_GNU
#include <stdio.h>
#include <getopt_long.h>
#include "getopt_long.h"

char *optarg;
int optind;
Expand Down

0 comments on commit 7c3cd95

Please sign in to comment.