Include config.h and compat.h in common.h, and include common.h from all source files.
The platform-specific code for net.c was implemented in sys/*/net.c. But the differences are quite limited, so use ifdef-blocks in the single net.c instead.