Which package in ubuntu contains the header file X11.h?
Generally, if you look for file in packages you have not installed, use apt-file
(sudo apt-get install apt-file
if required).
Use it like this:
apt-file update
apt-file search X11/Xlib.h
PS: sorry for this stupid question but are you sure you're looking for x11.h?