mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 20:22:14 +03:00
Refactor ccompile.h to not include system headers
This is a step toward being able to vendor the OpenZFS code in FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #10625
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#ifndef _OPENSOLARIS_SYS_SYSTM_H_
|
||||
#define _OPENSOLARIS_SYS_SYSTM_H_
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/endian.h>
|
||||
#include_next <sys/systm.h>
|
||||
|
||||
#include <sys/string.h>
|
||||
|
||||
Reference in New Issue
Block a user