diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-28 02:13:31 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-28 02:13:31 +0000 |
commit | 3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 (patch) | |
tree | 5c7ffe18c0f939cfcc57bfe33f999815d6c3a317 /src/graph/Gdraws | |
parent | 97b5280bd5ff44b94213559391421ba39e11249a (diff) | |
download | open-axiom-3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83.tar.gz |
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from
config/axiom-c-macros.h.in.
* src: Propagate change.
Diffstat (limited to 'src/graph/Gdraws')
-rw-r--r-- | src/graph/Gdraws/Gdraws0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/Gdraws/Gdraws0.h b/src/graph/Gdraws/Gdraws0.h index 8d703347..632c3704 100644 --- a/src/graph/Gdraws/Gdraws0.h +++ b/src/graph/Gdraws/Gdraws0.h @@ -36,8 +36,8 @@ #ifndef _GDRAWS0_H_ #define _GDRAWS0_H_ 1 +#include "openaxiom-c-macros.h" #include <X11/Xlib.h> -#include "axiom-c-macros.h" #define yes 1 |