legacy/tags/CdrskinZeroTwoFourPlZeroOne/libburn/sg.c

14 lines
151 B
C
Raw Normal View History

2006-11-04 10:02:05 +00:00
/* ts A61013 : It would be nice if autotools could do that job */
#ifdef __FreeBSD__
#include "sg-freebsd.c"
#else
#include "sg-linux.c"
#endif