summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_sem.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_sem.c
parent661104e49c87f52171bb81df4ce6f8ed69b81788 (diff)
Notes
Diffstat (limited to 'sys/kern/sysv_sem.c')
-rw-r--r--sys/kern/sysv_sem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c
index 997d9f6092c5..8c76e90f8d74 100644
--- a/sys/kern/sysv_sem.c
+++ b/sys/kern/sysv_sem.c
@@ -1,4 +1,4 @@
-/* $Id: sysv_sem.c,v 1.13 1995/12/27 15:24:19 joerg Exp $ */
+/* $Id: sysv_sem.c,v 1.14 1995/12/28 01:31:38 jkh Exp $ */
/*
* Implementation of SVID semaphores
@@ -8,6 +8,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>