Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
4b4b640e
Commit
4b4b640e
authored
Jan 16, 2004
by
Alexandre Duret-Lutz
Browse files
* src/TestOperations.cc: Include sys/wait.h.
parent
7c1ac7bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
lbtt/ChangeLog
View file @
4b4b640e
2004-01-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
2004-01-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/TestOperations.cc: Include sys/wait.h.
* src/Alloc.h: Rename as ...
* src/Alloc.h: Rename as ...
* src/ObstackAlloc.h: ... this. The problem is that alloc.h is a
* src/ObstackAlloc.h: ... this. The problem is that alloc.h is a
system header in g++ < 3.0, and Darwin has a case-insensitive
system header in g++ < 3.0, and Darwin has a case-insensitive
...
...
lbtt/src/TestOperations.cc
View file @
4b4b640e
/*
/*
* Copyright (C) 1999, 2000, 2001, 2002, 2003
* Copyright (C) 1999, 2000, 2001, 2002, 2003
, 2004
* Heikki Tauriainen <Heikki.Tauriainen@hut.fi>
* Heikki Tauriainen <Heikki.Tauriainen@hut.fi>
*
*
* This program is free software; you can redistribute it and/or
* This program is free software; you can redistribute it and/or
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include
<cstdio>
#include
<cstdio>
#include
<cstdlib>
#include
<cstdlib>
#include
<sys/times.h>
#include
<sys/times.h>
#include
<sys/wait.h>
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include
<unistd.h>
#include
<unistd.h>
#endif
/* HAVE_UNISTD_H */
#endif
/* HAVE_UNISTD_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