summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_msg.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-01-05 16:38:03 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-01-05 16:38:03 +0000
commit511b67b70c493ded62019a8bf48a279ca8bed164 (patch)
treee1c4913138e7e4efa338e9e006abbed6bb0ea02b /sys/kern/sysv_msg.c
parent661104e49c87f52171bb81df4ce6f8ed69b81788 (diff)
Notes
Diffstat (limited to 'sys/kern/sysv_msg.c')
-rw-r--r--sys/kern/sysv_msg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c
index 4329393aca2a..36bdbf326694 100644
--- a/sys/kern/sysv_msg.c
+++ b/sys/kern/sysv_msg.c
@@ -1,4 +1,4 @@
-/* $Id: sysv_msg.c,v 1.10 1995/12/14 08:31:51 phk Exp $ */
+/* $Id: sysv_msg.c,v 1.11 1995/12/15 05:00:27 peter Exp $ */
/*
* Implementation of SVID messages
@@ -19,6 +19,8 @@
* This software is provided ``AS IS'' without any warranties of any kind.
*/
+#include "opt_sysvipc.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>