This package needs to work around a missing declaration of the open function in libst2205/st2205.c. <asm/fcntl.h> is currently included, but it does not provide the prototype. Including <fcntl.h> instead requires -D_GNU_SOURCE for the definition of the O_DIRECT macro. It does not seem upstream is active anymore, so filing this here for tracking purposes.