diff options
Diffstat (limited to 'progs/directfb/df_morph3d.c')
-rw-r--r-- | progs/directfb/df_morph3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/directfb/df_morph3d.c b/progs/directfb/df_morph3d.c index f7f143447f..2730fa6156 100644 --- a/progs/directfb/df_morph3d.c +++ b/progs/directfb/df_morph3d.c @@ -159,9 +159,9 @@ So the angle is: #include <unistd.h> #include <directfb.h> +#include <directfbgl.h> #include <GL/gl.h> -#include <GL/directfbgl.h> /* the super interface */ |