diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-23 00:24:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-10-23 00:24:25 +0000 |
commit | ab1717bb35d85041e0184f79daa1313a1306dc01 (patch) | |
tree | fa0739f76b49b902269f8f7c1e1c7c5ea30c0556 /grap/coord.c | |
parent | aa7798c94fa57f6c00fab4393c9fe91334864371 (diff) |
Notes
Diffstat (limited to 'grap/coord.c')
-rw-r--r-- | grap/coord.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grap/coord.c b/grap/coord.c index 491c41e9a4c8..a06d74840fea 100644 --- a/grap/coord.c +++ b/grap/coord.c @@ -13,6 +13,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#include "global.h" #include "grap.h" #include "y.tab.h" |