Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/openuniverse/files/patch-src_ou.cpp
16461 views
1
--- src/ou.cpp.orig 2000-06-04 21:29:29 UTC
2
+++ src/ou.cpp
3
@@ -22,7 +22,7 @@
4
#include <string.h>
5
#include <math.h>
6
#include <time.h>
7
-#include <sys/timeb.h>
8
+#include "timeb.h"
9
#include <setjmp.h>
10
#include "ou.h"
11
#include "gui.h"
12
13