legacy/tags/CdrskinZeroTwoFour/libburn/sg.c
2006-10-30 05:32:33 +00:00

14 lines
151 B
C

/* ts A61013 : It would be nice if autotools could do that job */
#ifdef __FreeBSD__
#include "sg-freebsd.c"
#else
#include "sg-linux.c"
#endif