# HG changeset patch # User arpi # Date 1020340239 0 # Node ID 8404cfc33bb9c3a13304ee7b47769e9b7cacf313 # Parent 4b18bf35f15354c14b0c075887deb2d3e8b98f46 linux/cdrom.h detection fix by Denis Ducamp diff -r 4b18bf35f153 -r 8404cfc33bb9 configure --- a/configure Thu May 02 11:00:16 2002 +0000 +++ b/configure Thu May 02 11:50:39 2002 +0000 @@ -1584,6 +1584,7 @@ echocheck "linux/cdrom.h" cat > $TMPC << EOF +#include #include int main(void) { return 0; } EOF