Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
ad8a4df0
Commit
ad8a4df0
authored
Oct 31, 2019
by
Libretro-Admin
Browse files
Buildfix
parent
6fc36029
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/net_udp.c
View file @
ad8a4df0
...
...
@@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <stdint.h>
#include <sys/types.h>
#ifndef _MSC_VER
#include <sys/param.h>
...
...
@@ -54,7 +55,7 @@ struct in_addr {
#endif
#ifndef INADDR_NONE
#define INADDR_NONE ((u32_t) 0xffffffff)
/* 255.255.255.255 */
#define INADDR_NONE ((u
int
32_t) 0xffffffff)
/* 255.255.255.255 */
#endif
#ifndef INADDR_LOOPBACK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment