mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
9 lines
98 B
C
9 lines
98 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _ZONE_H_
|
|
#define _ZONE_H_
|
|
|
|
#include <sys/zone.h>
|
|
|
|
#endif /* !_ZONE_H_ */
|