aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_os.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
committerRandall Stewart <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
commit73932c69b60d847cacf79f94ca2fde9558eef9f0 (patch)
treec9910f799261d0420a62eca84461a0e5aaeca0a6 /sys/netinet/sctp_os.h
parentf8829a4a404303ef77960af851396ac0f7af505b (diff)
downloadsrc-73932c69b60d847cacf79f94ca2fde9558eef9f0.tar.gz
src-73932c69b60d847cacf79f94ca2fde9558eef9f0.zip
Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
inserted a few to the new files.. but I falied to add the #include <sys/cdef.h> Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn
Notes
Notes: svn path=/head/; revision=163954
Diffstat (limited to 'sys/netinet/sctp_os.h')
-rw-r--r--sys/netinet/sctp_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h
index f969348e9275..436eb37e435b 100644
--- a/sys/netinet/sctp_os.h
+++ b/sys/netinet/sctp_os.h
@@ -27,6 +27,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef __sctp_os_h__
#define __sctp_os_h__