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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
1f2e5b2c
Commit
1f2e5b2c
authored
Aug 05, 1993
by
Per Cederqvist
Browse files
Include sys/time.h.
parent
f2fe1fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
1f2e5b2c
/*
* $Id: ramkomd.c,v 0.3
2
1993/0
1/16 23:18:03
ceder Exp $
* $Id: ramkomd.c,v 0.3
3
1993/0
8/05 01:12:37
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.3
2
1993/0
1/16 23:18:03
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.3
3
1993/0
8/05 01:12:37
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -52,6 +52,7 @@ USE(rcsid);
#include
<sys/wait.h>
#include
<sys/param.h>
#include
<time.h>
#include
<sys/time.h>
#include
<sys/resource.h>
#include
<netinet/in.h>
#include
<unistd.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