Skip to content

Commit

Permalink
Use monolithic include to work around bad build.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 22, 2022
1 parent b14aecb commit b9bd82e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ add_subdirectory(utils)

# List sources in this directory.
set(SINGLE_THREADED_SOURCES reactor.c)
list(APPEND GENERAL_SOURCES port.c)

# Determine which sources to include.
list(APPEND SOURCES ${GENERAL_SOURCES})
Expand Down
1 change: 1 addition & 0 deletions core/reactor_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "utils/pqueue_support.h"
#include "utils/util.c"
#include "modal_models/modes.c"
#include "port.c"

/**
* Indicator of whether to wait for physical time to match logical time.
Expand Down

0 comments on commit b9bd82e

Please # to comment.