svn commit: r229426 - stable/9/contrib/bsnmp/snmpd
Mikolaj Golub
trociny at FreeBSD.org
Tue Jan 3 20:53:16 UTC 2012
Author: trociny
Date: Tue Jan 3 20:53:16 2012
New Revision: 229426
URL: http://svn.freebsd.org/changeset/base/229426
Log:
MFC r228411:
Include sys/queue.h: snmpmod.h uses TAILQ.
PR: bin/153153
Modified:
stable/9/contrib/bsnmp/snmpd/snmpmod.h
Directory Properties:
stable/9/contrib/bsnmp/ (props changed)
Modified: stable/9/contrib/bsnmp/snmpd/snmpmod.h
==============================================================================
--- stable/9/contrib/bsnmp/snmpd/snmpmod.h Tue Jan 3 20:53:07 2012 (r229425)
+++ stable/9/contrib/bsnmp/snmpd/snmpmod.h Tue Jan 3 20:53:16 2012 (r229426)
@@ -40,6 +40,7 @@
#define snmpmod_h_
#include <sys/types.h>
+#include <sys/queue.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
More information about the svn-src-stable-9
mailing list