mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 09:30:56 +00:00
Fix compilation for maiko version 201
Version 201 did not have NEWCDRCODING, so the implementation of N_OP_rplcons requires definitions from gcdata.h and address.h
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
#include "lspglob.h"
|
||||
#include "lsptypes.h" // for Listp
|
||||
#include "rplconsdefs.h" // for N_OP_rplcons
|
||||
#ifndef NEWCDRCODING
|
||||
#include "gcdata.h"
|
||||
#include "address.h"
|
||||
#endif
|
||||
|
||||
/***************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user