diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:07:41 -0400 |
| commit | 476bacc27671de92e8fdbc5b2a904bbf8bc80377 (patch) | |
| tree | 035183cccc5aa42cb5885dbbccdb6f9cf4f2aa23 /src/compile/pointers.c | |
| parent | e4d080f598b8528d5200deccde279ff02ac5750e (diff) | |
More splitting out into separate files.
Diffstat (limited to 'src/compile/pointers.c')
| -rw-r--r-- | src/compile/pointers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/pointers.c b/src/compile/pointers.c index ee67b18d..7efb5179 100644 --- a/src/compile/pointers.c +++ b/src/compile/pointers.c @@ -10,6 +10,7 @@ #include "../environment.h" #include "../stdlib/text.h" #include "../typecheck.h" +#include "assignments.h" #include "promotion.h" public |
