Header file is in the wrong location
I wanted to include xf86drmMode.h
in my c code, but when I did it says there was an error in the header file as it couldn’t find drm.h
. It’s because there is no drm.h
on my system, there’s only libdrm/drm.h
. What am I meant to do? Edit the header? I mean I guess I could but would that cause issues in my system?