Install Ubuntu linux-headers for VMware recompile

Have you ever had a problem with linux-headers missing or corrupt?  Usually occurs when trying to recompile VMware on an updated box.  Here is a quick way to update/fix them.

 

 sudo aptitude install linux-headers-$(uname -r)