diff options
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/vpeval.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/tests/vpeval.c b/progs/tests/vpeval.c index c35906de5cf..8b6996d3b5c 100644 --- a/progs/tests/vpeval.c +++ b/progs/tests/vpeval.c @@ -8,6 +8,9 @@ #include <assert.h> #include <stdlib.h> +#include <stdio.h> +#include <string.h> +#define GL_GLEXT_PROTOTYPES #include <GL/glut.h> |