L4Re/OLD/libext2fs

Changeset

7:5670810f6309
2020-06-25 Paul Boddie raw files shortlog changelog graph Avoid attempted redefinition of integer types by including stdint.h.
lib/libuuid/uuidP.h (file)
     1.1 --- a/lib/libuuid/uuidP.h	Thu Dec 12 21:24:25 2019 +0100
     1.2 +++ b/lib/libuuid/uuidP.h	Thu Jun 25 22:49:04 2020 +0200
     1.3 @@ -32,6 +32,9 @@
     1.4   * %End-Header%
     1.5   */
     1.6  
     1.7 +/* PAUL: Added here to avoid redefinition attempts. */
     1.8 +#include <stdint.h>
     1.9 +
    1.10  #ifdef HAVE_INTTYPES_H
    1.11  #include <inttypes.h>
    1.12  #else