diff options
author | Vinson Lee <[email protected]> | 2009-10-08 08:08:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-08 08:08:11 -0600 |
commit | f7455ad7af09b5ef31ccc454b79422a13c59af9a (patch) | |
tree | 35819d6d662311aafdf8dbc000fd21199705daff /progs/tests | |
parent | f001cc09811214f0fa9083b799ad4232f8aee836 (diff) |
progs/tests: Fix MSVC build.
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/minmag.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/minmag.c b/progs/tests/minmag.c index 03019f94faa..179be511207 100644 --- a/progs/tests/minmag.c +++ b/progs/tests/minmag.c @@ -16,7 +16,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <GL/glew.h> #include <GL/glut.h> |