<div dir="ltr">That would work, but that's kind of an annoying requirement. I would prefer the header to be self-sufficient.<div><br></div><div>Thanks,</div><div>James</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 7, 2020 at 2:47 AM Simon Ser <<a href="mailto:contact@emersion.fr">contact@emersion.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Monday, December 7th, 2020 at 11:44 AM, Pekka Paalanen <<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>> wrote:<br>
<br>
> But then, the code in the header should be literally<br>
><br>
> #ifndef DRM_FOURCC_STANDALONE<br>
> #include "drm.h"<br>
> #endif<br>
><br>
> without an #else branch.<br>
<br>
As long as there is a #include "drm_basic_types.h" right before<br>
(drm_fourcc.h needs __u32 and __u64), I believe this can work too<br>
indeed.<br>
</blockquote></div>