blob: 0da001ef1f3f969600a7b81b0ddc9720af2e86c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur Pixie.orig/src/common/global.h Pixie.math/src/common/global.h
--- Pixie.orig/src/common/global.h 2004-06-13 20:00:09.000000000 -0700
+++ Pixie.math/src/common/global.h 2004-06-14 18:32:42.702734459 -0700
@@ -47,6 +47,8 @@
#ifndef GLOBAL_H
#define GLOBAL_H
+#include <math.h>
+
// The Pixie version
#define VERSION_RELEASE 1
#define VERSION_BETA 3
|