--- gforth/engine/forth.h 1997/07/31 16:17:25 1.5 +++ gforth/engine/forth.h 1997/09/01 23:08:41 1.6 @@ -53,7 +53,7 @@ typedef void *Label; /* the size of the DOESJUMP, which resides between DOES> and the does-code */ #define DOES_HANDLER_SIZE (2*sizeof(Cell)) -#include "../machine/machine.h" +#include "machine.h" /* Forth data types */ /* Cell and UCell must be the same size as a pointer */