Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
divine-ltsmin-deb
Commits
cde8480e
Commit
cde8480e
authored
Jul 30, 2012
by
Tom van Dijk
Committed by
Alfons Laarman
Jul 30, 2012
Browse files
Added unistd.h include to fix issues with GCC 4.7+
parent
e589a994
Changes
9
Hide whitespace changes
Inline
Side-by-side
divine/output.cpp
View file @
cde8480e
#include
<unistd.h>
#include
<wibble/sys/mutex.h>
#include
<iostream>
...
...
tools/compile.h
View file @
cde8480e
// -*- C++ -*- (c) 2010 Petr Rockai <me@mornfall.net>
#include
<unistd.h>
#include
<wibble/commandline/parser.h>
#include
<wibble/string.h>
#include
"dvecompile.h"
...
...
wibble/commandline/options.cpp
View file @
cde8480e
...
...
@@ -6,6 +6,7 @@
#include
<errno.h>
#include
<cstdlib>
#include
<set>
#include
<unistd.h>
#include
<cstdlib>
#include
<sstream>
...
...
wibble/exception.test.h
View file @
cde8480e
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include
<unistd.h>
#include
<wibble/test.h>
#include
<wibble/exception.h>
#include
<errno.h>
...
...
wibble/sys/childprocess.test.h
View file @
cde8480e
...
...
@@ -2,6 +2,7 @@
(c) 2007 Enrico Zini <enrico@enricozini.org> */
#include
<wibble/sys/childprocess.h>
#include
<unistd.h>
#ifdef POSIX
#include
<wibble/sys/process.h>
#include
<wibble/sys/exec.h>
...
...
wibble/sys/fs.cpp
View file @
cde8480e
...
...
@@ -2,6 +2,7 @@
#include
<wibble/sys/process.h>
#include
<wibble/string.h>
#include
<wibble/exception.h>
#include
<unistd.h>
#include
<fstream>
#include
<sys/stat.h>
#include
<errno.h>
...
...
wibble/sys/fs.test.h
View file @
cde8480e
/* -*- C++ -*- (c) 2007 Petr Rockai <me@mornfall.net>
(c) 2007 Enrico Zini <enrico@enricozini.org> */
#include
<wibble/sys/fs.h>
#include
<unistd.h>
#include
<cstdlib>
#include
<set>
#include
<cstdlib>
...
...
wibble/sys/signal.test.h
View file @
cde8480e
/* -*- C++ -*- (c) 2009 Enrico Zini <enrico@enricozini.org> */
#include
<wibble/sys/signal.h>
#include
<unistd.h>
#include
<set>
#include
<cstdlib>
...
...
wibble/sys/thread.h
View file @
cde8480e
...
...
@@ -21,6 +21,7 @@
#ifndef WIBBLE_SYS_THREAD_H
#define WIBBLE_SYS_THREAD_H
#include
<unistd.h>
#include
<wibble/sys/macros.h>
#include
<wibble/exception.h>
#ifdef POSIX
...
...
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