Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
2bea5663
Commit
2bea5663
authored
Jun 18, 2013
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
tcpconnect: Include netinet/in.h.
parent
99a23bb9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
src/testsuite/tcpconnect.c
+3
-0
3 additions, 0 deletions
src/testsuite/tcpconnect.c
with
7 additions
and
0 deletions
ChangeLog
+
4
−
0
View file @
2bea5663
2013-06-18 Niels Mller <nisse@lysator.liu.se>
* src/testsuite/tcpconnect.c: Include netinet/in.h.
2013-06-16 Niels Mller <nisse@lysator.liu.se>
2013-06-16 Niels Mller <nisse@lysator.liu.se>
* configure.ac: Updated URLs for gmp and liboop.
* configure.ac: Updated URLs for gmp and liboop.
...
...
This diff is collapsed.
Click to expand it.
src/testsuite/tcpconnect.c
+
3
−
0
View file @
2bea5663
...
@@ -40,6 +40,9 @@
...
@@ -40,6 +40,9 @@
#include
<sys/ioctl.h>
#include
<sys/ioctl.h>
#include
<netdb.h>
#include
<netdb.h>
/* For IPPROTO_TCP on FreeBSD */
#include
<netinet/in.h>
#include
<arpa/inet.h>
#include
<arpa/inet.h>
#include
"getopt.h"
#include
"getopt.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment