diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-26 03:12:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-26 03:12:00 +0000 |
commit | 8906ae4ab9656413fb58db32f2abee8fbf99365e (patch) | |
tree | ad32f933c15679160be5fc4525cfe98d23dad484 /src/graph/view3D | |
parent | cc6e79c8eb015e0ed3df01ec9e3ba5610dfbe10f (diff) | |
download | open-axiom-8906ae4ab9656413fb58db32f2abee8fbf99365e.tar.gz |
* clef/edible.c: #include "cfuns.h" for oa_getenv use.
* graph/Gdraws/Gfun.c: Likewise.
* graph/view2D/control2d.c: Likewise.
* graph/view2D/main2d.c: Likewise.
* graph/view2D/process2d.c: Likewise.
* graph/view3D/main3d.c: Likewise.
* graph/view3D/process3d.c: Likewise.
* graph/viewAlone/spoon2D.c: Likewise.
* graph/viewAlone/spoonComp.c: Likewise.
* graph/viewman/fun2D.c: Likewise.
* graph/viewman/fun3D.c: Likewise.
* hyper/extent2.c: Likewise.
* hyper/hthits.c: Likewise.
* hyper/htinp.c: Likewise.
* hyper/initx.c: Likewise.
* hyper/lex.c: Likewise.
* hyper/parse-types.c: Likewise.
* hyper/spadint.c: Likewise.
* hyper/titlebar.c: Likewise.
* lib/fnct_key.c: Likewise.
* sman/sman.c: Likewise.
Diffstat (limited to 'src/graph/view3D')
-rw-r--r-- | src/graph/view3D/main3d.c | 1 | ||||
-rw-r--r-- | src/graph/view3D/process3d.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/graph/view3D/main3d.c b/src/graph/view3D/main3d.c index 4197daf6..f55cc257 100644 --- a/src/graph/view3D/main3d.c +++ b/src/graph/view3D/main3d.c @@ -52,6 +52,7 @@ #include "XSpadFill.H1" #include "XShade.H1" #include "all_3d.H1" +#include "cfuns.h" /**********************/ /** global variables **/ diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c index 211760ba..1af50a8b 100644 --- a/src/graph/view3D/process3d.c +++ b/src/graph/view3D/process3d.c @@ -60,6 +60,7 @@ #include "XShade.H1" #include "XSpadFill.H1" #include "all_3d.H1" +#include "cfuns.h" #define inside(A,B) (((XButtonEvent *)event)->x >= A && \ ((XButtonEvent *)event)->x <= B) |