blob: 38cc3f4d10f489400b061e4434caeec308d4fc4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|