Skip to content

Commit

Permalink
Add getopt.h include to test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Oct 14, 2024
1 parent b1d86c9 commit ee88686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/types.h>

int main(int argc, char *argv[])
Expand Down

0 comments on commit ee88686

Please sign in to comment.