[libdvdnav-devel] Fixing missing <inttypes.h> include

Diego Biurrun diego at biurrun.de
Fri Aug 1 17:07:26 CEST 2014


On 2014-07-31 01:35, Dominik Mierzejewski wrote:
> libdvdnav | branch: master | Dominik Mierzejewski <rpm at greysector.net> | Thu Jul 31 01:34:48 2014 +0200| [927ec491087ffa2181fe3e8bcc34b179e5f9329c] | committer: Jean-Baptiste Kempf
>
> Fixing missing <inttypes.h> include

Yes? :)

> --- a/src/dvdnav/dvd_types.h
> +++ b/src/dvdnav/dvd_types.h
> @@ -26,6 +26,8 @@
>   #ifndef LIBDVDNAV_DVD_TYPES_H
>   #define LIBDVDNAV_DVD_TYPES_H
>
> +#include <stdint.h>

:)

Diego


More information about the libdvdnav-devel mailing list