I want to compile an OpenGL program but I don't have the necessary headers. Maybe you know how to get these?
#include <GL/glx.h> /* this includes the necessary X headers */
#include <GL/gl.h>
#include <X11/X.h> /* X11 constant (e.g. TrueColor) */
#include <X11/keysym.h>
It's the OpenGL example from the Codeblocks IDE that I'm trying to get running under ubuntu .