mirror of
https://github.com/Fishwaldo/minihttp.git
synced 2025-07-06 21:08:47 +00:00
oops, typo that prevented non-win32 compile
This commit is contained in:
parent
7c56a6606c
commit
d8bcc2f830
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
# include <netdb.h>
|
||||
# define SOCKET_ERROR (-1)
|
||||
# define INVALID_SOCKET (SOCKET)(~0)
|
||||
# typedef intptr_t SOCKET
|
||||
typedef intptr_t SOCKET;
|
||||
#endif
|
||||
|
||||
#include "minihttp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue