Xcode 5 removed the unix tool download from the UI. It's also hidden fun things like /usr/include Here's an easy way to fix this: % xcode-select --install This will kick off a download of the tools, and install them.
/usr/include
Here's an easy way to fix this:
% xcode-select --install
This will kick off a download of the tools, and install them.