Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Add missing include.
details: https://anonhg.NetBSD.org/src/rev/89e42e872052
branches: trunk
changeset: 448077:89e42e872052
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sun Jan 20 23:36:57 2019 +0000
description:
Add missing include.
diffstat:
sys/net/bpfjit.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r d309e6d26038 -r 89e42e872052 sys/net/bpfjit.c
--- a/sys/net/bpfjit.c Sun Jan 20 23:23:01 2019 +0000
+++ b/sys/net/bpfjit.c Sun Jan 20 23:36:57 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bpfjit.c,v 1.46 2016/07/29 20:29:38 alnsn Exp $ */
+/* $NetBSD: bpfjit.c,v 1.47 2019/01/20 23:36:57 alnsn Exp $ */
/*-
* Copyright (c) 2011-2015 Alexander Nasonov.
@@ -31,9 +31,9 @@
#include <sys/cdefs.h>
#ifdef _KERNEL
-__KERNEL_RCSID(0, "$NetBSD: bpfjit.c,v 1.46 2016/07/29 20:29:38 alnsn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bpfjit.c,v 1.47 2019/01/20 23:36:57 alnsn Exp $");
#else
-__RCSID("$NetBSD: bpfjit.c,v 1.46 2016/07/29 20:29:38 alnsn Exp $");
+__RCSID("$NetBSD: bpfjit.c,v 1.47 2019/01/20 23:36:57 alnsn Exp $");
#endif
#include <sys/types.h>
@@ -61,6 +61,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
+#include <string.h>
#else
#include <sys/atomic.h>
#include <sys/module.h>
Home |
Main Index |
Thread Index |
Old Index