The .h files are in the in the gl directory of your header file directory. So if you wanted to load in opengl.h, the you would type:

#include <gl/opengl.h>

I'm pretty sure that is the directory. Haven't used GL in a while.