Date: Thu, 18 Aug 2016 07:37:36 GMT From: yuanxunzhang@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r307866 - soc2016/yuanxunzhang/head/usr.sbin/eaps Message-ID: <201608180737.u7I7baW8072511@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang Date: Thu Aug 18 07:37:36 2016 New Revision: 307866 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307866 Log: EAPS: query eaps domian status Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h ============================================================================== --- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Thu Aug 18 07:25:00 2016 (r307865) +++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.h Thu Aug 18 07:37:36 2016 (r307866) @@ -33,7 +33,9 @@ * * $FreeBSD$ */ +#include <sys/param.h> #include <sys/lock.h> +#include <sys/mutex.h> #include <sys/queue.h> /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608180737.u7I7baW8072511>