Reputation: 31
When I try to compile a C program on MAC I get the following error message:
/usr/local/include/stdio.h:35:11: fatal error: 'bits/types.h' file not found
#include <bits/types.h>
Does anyone know how to fix this? I have played around with these files before.
Would be much appreciated!
Upvotes: 3
Views: 9221