From 688093dde43610a9b9146c16f0cab2b9c095893b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 11 Apr 2017 22:32:41 +0200 Subject: [PATCH] Build [GLUT]: Fixed header file filename typo. --- src/post_modules/GLUT/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post_modules/GLUT/top.c b/src/post_modules/GLUT/top.c index 403ef12fb2..a67e9fb76c 100644 --- a/src/post_modules/GLUT/top.c +++ b/src/post_modules/GLUT/top.c @@ -24,7 +24,7 @@ #include <GLUT/glut.h> #else #ifdef HAVE_GL_GLUT_H -#include <GLU/glut.h> +#include <GL/glut.h> #endif /* HAVE_GL_GLUT_H */ #endif /* HAVE_GLUT_GLUT_H */ #endif /* HAVE_LIBGLUT */ -- GitLab