Skip to content

Commit

Permalink
Merge pull request #6038 from JasonFengJ9/zosheader
Browse files Browse the repository at this point in the history
Include omriarv64.h only for ZOS 64bit
  • Loading branch information
0xdaryl committed Jun 1, 2021
2 parents 67a5f4f + 37e866c commit c086f16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions port/zos390/omrvmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
#include "ut_omrport.h"
#include "omrportasserts.h"
#include "omrvmem.h"
#if defined(J9ZOS39064)
#include "omriarv64.h"
#endif /* defined(J9ZOS39064) */

#include "omrsimap.h"

#include <errno.h>
Expand Down

0 comments on commit c086f16

Please sign in to comment.