diff options
author | Vinson Lee <[email protected]> | 2009-10-08 08:08:11 -0600 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-03 15:29:01 -0800 |
commit | a38776419b1e18a43e8bab1371dfe802af44d14a (patch) | |
tree | bb0f31516b7b08280a04bad4396dccaf46778aaa /progs/tests | |
parent | 791b7546876e72dcbcc012a855df7f610d777297 (diff) |
progs/tests: Fix MSVC build.
(cherry picked from commit f7455ad7af09b5ef31ccc454b79422a13c59af9a)
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> |