Skip to content

Commit

Permalink
GH-50 Fix CI (Ubuntu) header order to address sigjmp_buf errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Oct 11, 2024
1 parent 91a9d8e commit 656e08f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/post4.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ extern "C" {
# define ECHOCTL 0
#endif

#include "config.h"
#include "ansiterm.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 @@ -136,6 +133,8 @@ extern "C" {
#include <signal.h>
#include <time.h>

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

#ifdef HAVE_ERR_H
# include <err.h>
Expand Down

0 comments on commit 656e08f

Please sign in to comment.