diff --git a/src/libscotch/library.h b/src/libscotch/library.h index 1891c19..ecc0533 100644 --- a/src/libscotch/library.h +++ b/src/libscotch/library.h @@ -67,6 +67,8 @@ /*+ Integer type. +*/ +#include + typedef DUMMYIDX SCOTCH_Idx; typedef DUMMYINT SCOTCH_Num; diff --git a/src/libscotchmetis/library_metis.h b/src/libscotchmetis/library_metis.h index e6767e1..04e71c3 100644 --- a/src/libscotchmetis/library_metis.h +++ b/src/libscotchmetis/library_metis.h @@ -99,6 +99,7 @@ typedef enum { */ #ifndef SCOTCH_H /* In case "scotch.h" not included before */ +#include typedef DUMMYINT SCOTCH_Num; #endif /* SCOTCH_H */ diff --git a/src/libscotchmetis/library_parmetis.h b/src/libscotchmetis/library_parmetis.h index 6d2f0b0..3c803fc 100644 --- a/src/libscotchmetis/library_parmetis.h +++ b/src/libscotchmetis/library_parmetis.h @@ -106,6 +106,7 @@ typedef enum { */ #ifndef SCOTCH_H /* In case "scotch.h" not included before */ +#include typedef DUMMYINT SCOTCH_Num; #endif /* SCOTCH_H */ fb22e6597c0ea4a8b7'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-21system: pam: Change 'stop' method to return #f....Ludovic Courtès
2023-05-11system: pam: Let PAM extensions add shepherd requirements....Josselin Poiret
2022-02-10gnu: linux-pam: Change path to unix_chkpwd helper....Andrew Tropin
2022-01-01system: Allow 'chfn' to change the user's full name....Ludovic Courtès
2021-08-17services: slim: Add pam-gnupg support....Oleg Pykhalov
2020-05-08services: Add descriptions....Ludovic Courtès