Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
v.surf.rst: fix compilation for clang
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70294 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
petrasovaa committed Jan 7, 2017
1 parent 2f8413b commit 542a054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rst/interp_float/segmen2d_parallel.c
Expand Up @@ -18,7 +18,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#if defined(_OPENMP)
#include <omp.h>
#endif
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/interpf.h>
Expand Down
2 changes: 2 additions & 0 deletions vector/v.surf.rst/main.c
Expand Up @@ -22,7 +22,9 @@
*
*****************************************************************************/

#if defined(_OPENMP)
#include <omp.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down

0 comments on commit 542a054

Please sign in to comment.