I’n on RPI3, DietPi Bullseye, and while compiling a program, I get the error
../../src/main.c:32:10: fatal error: IL/OMX_Broadcom.h: No such file or directory
32 | #include "IL/OMX_Broadcom.h"
| ^~~~~~~~~~~~~~~~~~~
I see that “IL/OMX_Broadcom.h” is present in Raspberry Firmware here: https://github.com/raspberrypi/firmware/blob/master/opt/vc/include/IL/OMX_Broadcom.h
What package do I need to install to have it in my DietPi system?