socsvn commit: r304451 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Fri Jun 3 03:28:33 UTC 2016


Author: yuanxunzhang
Date: Fri Jun  3 03:28:32 2016
New Revision: 304451
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304451

Log:
  freeBSD:EAPS development

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 03:23:01 2016	(r304450)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Fri Jun  3 03:28:32 2016	(r304451)
@@ -33,7 +33,7 @@
 
 #include <sys/param.h>
 #include <sys/file.h>
-
+#include <sys/queue.h>
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>


More information about the svn-soc-all mailing list