diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c index 095238cd88..70ffbc7a06 100644 --- a/ext/dts/gstdtsdec.c +++ b/ext/dts/gstdtsdec.c @@ -38,8 +38,11 @@ #include "config.h" #endif +#ifdef HAVE_STDINT_H +#include +#endif + #include -#include "_stdint.h" #include #include diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h index cc2bb049a7..b5d8e36030 100644 --- a/ext/resindvd/resindvdsrc.h +++ b/ext/resindvd/resindvdsrc.h @@ -23,7 +23,9 @@ #include -#include "_stdint.h" +#ifdef HAVE_STDINT_H +#include +#endif #include #include diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index e159ca2c24..0b6f232187 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -80,7 +80,11 @@ #include #include #include -#include <_stdint.h> + +#ifdef HAVE_STDINT_H +#include +#endif + #include "gstbayerorc.h" #define GST_CAT_DEFAULT gst_bayer2rgb_debug diff --git a/gst/dccp/gstdccp_common.h b/gst/dccp/gstdccp_common.h index 3851e51951..c88f8efd88 100644 --- a/gst/dccp/gstdccp_common.h +++ b/gst/dccp/gstdccp_common.h @@ -38,9 +38,19 @@ #define socklen_t int #endif #endif + +#ifdef HAVE_SYS_TYPES_H #include -#include <_stdint.h> +#endif + +#ifdef HAVE_STDINT_H +#include +#endif + +#ifdef HAVE_UNISTD_H #include +#endif + #include #endif /* __GST_DCCP_NET_H__ */ diff --git a/gst/librfb/d3des.c b/gst/librfb/d3des.c index c05fea3f0e..377670e33c 100644 --- a/gst/librfb/d3des.c +++ b/gst/librfb/d3des.c @@ -26,8 +26,13 @@ * (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992. */ +#ifdef HAVE_CONFIG_H #include "config.h" -#include "_stdint.h" +#endif + +#ifdef HAVE_STDINT_H +#include +#endif #include "d3des.h" diff --git a/sys/fbdev/gstfbdevsink.c b/sys/fbdev/gstfbdevsink.c index 3f9ad882dd..166c543ed7 100644 --- a/sys/fbdev/gstfbdevsink.c +++ b/sys/fbdev/gstfbdevsink.c @@ -34,8 +34,14 @@ #include #include #include + +#ifdef HAVE_UNISTD_H #include -#include "_stdint.h" +#endif + +#ifdef HAVE_STDINT_H +#include +#endif #include "gstfbdevsink.h"