Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a088c501
Commit
a088c501
authored
Mar 27, 2007
by
Leigh B. Stoller
Browse files
Add missing include.
parent
d98d6bf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
event/example/tbrecv.c
View file @
a088c501
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2006 University of Utah and the Flux Group.
* Copyright (c) 2006
, 2007
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -14,6 +14,7 @@
#include
<netdb.h>
#include
<unistd.h>
#include
<sys/types.h>
#include
<sys/time.h>
#include
<sys/socket.h>
#include
<netinet/in.h>
#include
<arpa/inet.h>
...
...
event/example/tbsend.c
View file @
a088c501
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2006 University of Utah and the Flux Group.
* Copyright (c) 2006
, 2007
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -14,6 +14,7 @@
#include
<netdb.h>
#include
<unistd.h>
#include
<sys/types.h>
#include
<sys/time.h>
#include
<sys/socket.h>
#include
<netinet/in.h>
#include
<arpa/inet.h>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment