diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2026-03-19 20:25:34 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2026-03-19 20:25:34 +0000 |
| commit | 80aae8a3f8aa70712930664572be9e6885dc0be7 (patch) | |
| tree | 0eb99ca0cd6644259dcc434ec95c88253d216258 /stand | |
| parent | 56dddebc55494fdf75eeb914cc9e345d0d762f8c (diff) | |
| parent | 3ee08abd2fcef3123188e9ad61a9cd80b9b7831c (diff) | |
Diffstat (limited to 'stand')
| -rw-r--r-- | stand/libsa/zfs/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index fe13eeea872d..3df6779559c9 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -43,7 +43,9 @@ ZFS_EARLY= -I${SAZFSSRC}/spl \ # from FreeBSD. # .for i in ${ZFS_SRC} ${ZSTD_SRC} -CFLAGS.$i+= -include ${ZFSOSINC}/spl/sys/ccompile.h -Wformat -Wall -I${ZFSTOP}/include \ +CFLAGS.$i+= -include ${ZFSTOP}/include/sys/simd_config.h \ + -include ${ZFSOSINC}/spl/sys/ccompile.h \ + -Wformat -Wall -I${ZFSTOP}/include \ -DNEED_SOLARIS_BOOLEAN .endfor |
