Skip to content

Commit

Permalink
i#7226 asm offsets: Add missing header
Browse files Browse the repository at this point in the history
Solves a missing header issue that results in a build error on Mac M1
with the new asm offset files from PR #7202: module.h has to be
included before module_private.h so we explicitly include the former
in the latter.

Issue: #7226
  • Loading branch information
derekbruening committed Feb 11, 2025
1 parent e73f0bc commit edaa85e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/unix/module_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#define MODULE_PRIVATE_H

#include "configure.h"
#include "module.h"

#ifndef ANDROID
struct tlsdesc_t {
Expand Down

0 comments on commit edaa85e

Please sign in to comment.