Add the common directory back to kernel headers.

This is a port of build/ change 6a2f28514.

Change-Id: I9128abf61a56e282f335f540fcf064dd52706b2b
diff --git a/cc/x86_64_device.go b/cc/x86_64_device.go
index 65c7c00..9a0d663 100644
--- a/cc/x86_64_device.go
+++ b/cc/x86_64_device.go
@@ -152,6 +152,7 @@
 		"-isystem ${LibcRoot}/arch-x86_64/include",
 		"-isystem ${LibcRoot}/include",
 		"-isystem ${LibcRoot}/kernel/uapi",
+		"-isystem ${LibcRoot}/kernel/common",
 		"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
 	}, " "))