From 45856b9787eab95434d66b4bc2e18819483f0e43 Mon Sep 17 00:00:00 2001 From: Anton Mitrofanov Date: Fri, 19 Jun 2015 16:01:12 +0300 Subject: [PATCH] Add FreeBSD's stdint.h header guard to allowed list Patch written by Koop Mast --- x264.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x264.h b/x264.h index 7cc5fccf..17495511 100644 --- a/x264.h +++ b/x264.h @@ -29,7 +29,7 @@ #define X264_X264_H #if !defined(_STDINT_H) && !defined(_STDINT_H_) && !defined(_STDINT_H_INCLUDED) && !defined(_STDINT) &&\ - !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) + !defined(_SYS_STDINT_H_) && !defined(_INTTYPES_H) && !defined(_INTTYPES_H_) && !defined(_INTTYPES) # ifdef _MSC_VER # pragma message("You must include stdint.h or inttypes.h before x264.h") # else -- 2.40.0