blob: 9af926eebfad3322c724ef78c8c259f83fc8c071 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
- workaround for:
- - https://gitlab.inria.fr/scotch/scotch/-/issues/35
- - https://github.com/FreeFem/FreeFem-sources/issues/296
--- src/libscotch/library.h.orig 2017-02-22 07:20:57 UTC
+++ src/libscotch/library.h
@@ -61,6 +61,9 @@
#ifndef SCOTCH_H
#define SCOTCH_H
+#include <sys/types.h>
+#include <stdio.h>
+
/*
** The type and structure definitions.
*/
|