summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-18 10:05:43 +0000
committerderaadt <deraadt@openbsd.org>1996-06-18 10:05:43 +0000
commitf03cc0944067322bc6669b136f97482faa6dbdab (patch)
tree8927448eedcb98cb1f6f90c16068c8f60b1d092a
parentfrom netbsd; remove nstest/nsquery references (diff)
downloadwireguard-openbsd-f03cc0944067322bc6669b136f97482faa6dbdab.tar.xz
wireguard-openbsd-f03cc0944067322bc6669b136f97482faa6dbdab.zip
xpg4.2 makes sys/types.h optional, so we gotta include it ourselves
-rw-r--r--include/regex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/regex.h b/include/regex.h
index bcc3e57581c..c33b26e9c01 100644
--- a/include/regex.h
+++ b/include/regex.h
@@ -1,4 +1,4 @@
-/* $NetBSD: regex.h,v 1.4 1994/10/26 00:56:14 cgd Exp $ */
+/* $NetBSD: regex.h,v 1.4.6.1 1996/06/10 18:57:07 explorer Exp $ */
/*-
* Copyright (c) 1992 Henry Spencer.
@@ -43,6 +43,7 @@
#define _REGEX_H_
#include <sys/cdefs.h>
+#include <sys/types.h>
/* types */
typedef off_t regoff_t;