Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
96a03bdd
Commit
96a03bdd
authored
Nov 01, 2017
by
Uwe Schulzweida
Browse files
Fixed off_t bug on 32-bit systems.
parent
8e26c085
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/pstream.cc
View file @
96a03bdd
...
...
@@ -16,12 +16,13 @@
*/
#include <thread>
#if defined(HAVE_CONFIG_H)
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(_OPENMP)
#include <thread>
#ifdef _OPENMP
#include <omp.h>
#endif
...
...
src/pstream.h
View file @
96a03bdd
...
...
@@ -18,6 +18,10 @@
#ifndef PSTREAM_H
#define PSTREAM_H
#ifdef HAVE_CONFIG_H
#include "config.h"
/* _FILE_OFFSET_BITS influence off_t */
#endif
#include "pstream_write.h"
#include "varlist.h"
#include "argument.h"
...
...
Write
Preview
Markdown
is supported
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