mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
7 lines
82 B
C
7 lines
82 B
C
|
|
#ifndef _ZONE_H_
|
|
#define _ZONE_H_
|
|
|
|
#include <sys/zone.h>
|
|
|
|
#endif /* !_ZONE_H_ */
|