Skip to content
GitLab
Menu
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
b6c1918d
Commit
b6c1918d
authored
Jul 13, 2003
by
Per Cederqvist
Browse files
Include timewrap.h, since connections.h now needs it.
parent
e6aee9ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/server/aux-item-def-parse.y
View file @
b6c1918d
%{
/*
* $Id: aux-item-def-parse.y,v 1.1
6
200
2/11/02 10:55
:2
3
ceder Exp $
* $Id: aux-item-def-parse.y,v 1.1
7
200
3/07/13 07:01
:2
9
ceder Exp $
* Copyright (C) 1994-1996, 1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -84,6 +84,7 @@
#endif
#include <malloc.h>
#include <setjmp.h>
#include "timewrap.h"
#include "kom-types.h"
#include "com.h"
...
...
src/server/debug.c
View file @
b6c1918d
/*
* $Id: debug.c,v 1.
6
200
2
/0
3/29 22:38:06
ceder Exp $
* $Id: debug.c,v 1.
7
200
3
/0
7/13 07:01:29
ceder Exp $
* Copyright (C) 1991, 1993-1996, 1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -34,6 +34,7 @@
#include <malloc.h>
#include <setjmp.h>
#include "timewrap.h"
#include "misc-types.h"
#include "kom-types.h"
...
...
src/server/standalone.c
View file @
b6c1918d
/*
* $Id: standalone.c,v 1.
7
200
2
/0
8
/1
0 18:17:37
ceder Exp $
* $Id: standalone.c,v 1.
8
200
3
/0
7
/1
3 07:01:29
ceder Exp $
* Copyright (C) 1999, 2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -29,6 +29,8 @@
#include <stdlib.h>
#include <setjmp.h>
#include "timewrap.h"
#include "kom-types.h"
#include "async.h"
#include "com.h"
...
...
Write
Preview
Supports
Markdown
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