When building from 13, bootstrapping certctl fails because certctl.c
includes sys/sysctl.h but not sys/types.h. Prior to commit
56ee5c551f89e consumers were required to include sys/types.h explicitly
to provide a definition for size_t.
Since the user-facing portion of sys/sysctl.h hasn't changed otherwise,
just add it to SYSINCS on FreeBSD to work around this problem. We
already provide a sys/sysctl.h for cross-building from other OSs.