Hi guys. Quick programming question for you.
$ cat test.c
#include <scsi/sg.h>
int main()
{
return 0;
}
$ gcc -o scsi test.c
In file included from test.c:1:
/usr/include/scsi/sg.h:39: error: parse error before "size_t"
Is this a glibc bug? Surely if the header uses 'size_t' it should be
including <stddef.h> itself, no?
Cheers, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-chat FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
