mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00: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_ */
|