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 */ href='/guix/'>summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-09gnu: rdesktop: Update to 1.9.0.Eric Bavier
Fixes CVE-2019-15682. * gnu/packages/rdesktop.scm (rdesktop): Update to version 1.9.0 [native-inputs]: New field. [inputs]: Remove openssl. Add gnutls, libxcursor, and nettle as new baseline requirements. [arguments]: Remove #:phases argument. Remove "--with-openssl" from configure-flags.
2019-02-19gnu: rdesktop: Update to 1.8.4 [security fixes].Leo Famulari
Fixes CVE-2018-{8791,8792,8793,8794,8795,8796,8797,8798,8799,8800,20174,20175, 20176,20177,20178,20179,20180,20181,20182}. * gnu/packages/rdesktop.scm (rdesktop): Update to 1.8.4. [source]: Update URL. [home-page]: Use HTTPS URL. [arguments]: Add phase 'delete-extraneous-files'.
2019-02-08gnu: rdesktop: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/rdesktop.scm (rdesktop)[source]: Hard-code name.