X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..5eebf7385fedb1517b66b53c28e5aa6bb0a2be50:/bsd/netat/debug.h?ds=sidebyside diff --git a/bsd/netat/debug.h b/bsd/netat/debug.h index 1a802b0e9..34c8517f5 100644 --- a/bsd/netat/debug.h +++ b/bsd/netat/debug.h @@ -27,6 +27,8 @@ #ifndef _NETAT_DEBUG_H_ #define _NETAT_DEBUG_H_ +#include +#ifdef __APPLE_API_PRIVATE #define D_L_FATAL 0x00000001 #define D_L_ERROR 0x00000002 @@ -258,5 +260,6 @@ static char *at_mid_strings[] = { #endif +#endif /* __APPLE_API_PRIVATE */ #endif /* _NETAT_DEBUG_H_ */