legacy/tags/CdrskinZeroTwoFour/libburn/sg.c

14 lines
151 B
C
Raw Normal View History

2006-10-30 05:32:33 +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