Skip to content

Commit

Permalink
fix getopt include order
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Oct 7, 2024
1 parent c99ded9 commit 9d7bfd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdParty/Getopt-for-Visual-Studio/getopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
/* Enforce Windows.h to use winsock2 */
#include <winsock2.h>
#include <windows.h>

#ifdef __cplusplus
Expand Down

0 comments on commit 9d7bfd1

Please sign in to comment.