git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70294 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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>
@@ -22,7 +22,9 @@
*
*****************************************************************************/
#include <unistd.h>