Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9512ba53
Commit
9512ba53
authored
May 13, 2003
by
Gerald Pfeifer
Committed by
Alexandre Julliard
May 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing #includes for non-Linux systems.
parent
7927b41b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+2
-0
ipstats.c
dlls/iphlpapi/ipstats.c
+4
-3
No files found.
dlls/iphlpapi/iphlpapi_main.c
View file @
9512ba53
...
...
@@ -21,6 +21,8 @@
#include "config.h"
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <resolv.h>
#include "winbase.h"
#include "iphlpapi.h"
...
...
dlls/iphlpapi/ipstats.c
View file @
9512ba53
...
...
@@ -23,15 +23,16 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#if HAVE_NET_IF_H
#include <net/if.h>
#endif
#if HAVE_NETINET_TCP_H
#include <netinet/tcp.h>
#endif
#if HAVE_NETINET_TCP_FSM_H
#include <netinet/tcp_fsm.h>
#endif
...
...
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