diff options
Diffstat (limited to 'astro/openuniverse/files/patch-src_ou.cpp')
-rw-r--r-- | astro/openuniverse/files/patch-src_ou.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/astro/openuniverse/files/patch-src_ou.cpp b/astro/openuniverse/files/patch-src_ou.cpp index 38cc3f4d10f4..68327b826554 100644 --- a/astro/openuniverse/files/patch-src_ou.cpp +++ b/astro/openuniverse/files/patch-src_ou.cpp @@ -1,11 +1,10 @@ --- src/ou.cpp.orig 2000-06-04 21:29:29 UTC +++ src/ou.cpp -@@ -22,7 +22,7 @@ - #include <string.h> - #include <math.h> - #include <time.h> --#include <sys/timeb.h> -+#include "timeb.h" - #include <setjmp.h> - #include "ou.h" - #include "gui.h" +@@ -560,6 +560,7 @@ int main(int argc, char *argv[]) + #else + glutReshapeFunc(Reshape); + #endif ++ glutDisplayFunc(glutPostRedisplay); + glutMainLoop(); + return 0; + } |