mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-09-02 07:09:29 +00:00
Swap out ancient getopt for a newer one and address review feedback.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
#include "getopt.c"
|
||||
#include "getopt.h"
|
||||
#else
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user