Skip to content

Commit

Permalink
Fix broken SH and SHELL words caused by commit 656e08f.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Oct 16, 2024
1 parent 8b3d3f4 commit aa8555f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/post4.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ extern "C" {
# define ECHOCTL 0
#endif

#include "config.h"

#ifndef P4_MEM_SIZE
/* When selecting the default data space memory size, consider the number
* of cells that will be available for defining the core and new words.
Expand Down Expand Up @@ -130,7 +132,6 @@ extern "C" {
#include <signal.h>
#include <time.h>

#include "config.h"
#include "ansiterm.h"

#ifdef HAVE_ERR_H
Expand Down

0 comments on commit aa8555f

Please sign in to comment.