summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-27 20:27:29 +0000
committerjsm <jsm@NetBSD.org>2004-01-27 20:27:29 +0000
commit8860296a4b5bd9c68a2032556f12b0ff7952f92e (patch)
treeca0e415f6fd3d67ee9a489de1744ae8afd3d1b96 /sail
parent9d392898ef791c3bb126639435de44743cc5e4e8 (diff)
downloadbsdgames-darwin-8860296a4b5bd9c68a2032556f12b0ff7952f92e.tar.gz
bsdgames-darwin-8860296a4b5bd9c68a2032556f12b0ff7952f92e.tar.zst
bsdgames-darwin-8860296a4b5bd9c68a2032556f12b0ff7952f92e.zip
Include <sys/types.h>.
Diffstat (limited to 'sail')
-rw-r--r--sail/extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sail/extern.h b/sail/extern.h
index d8c673a1..06512dac 100644
--- a/sail/extern.h
+++ b/sail/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.25 2003/08/07 09:37:42 agc Exp $ */
+/* $NetBSD: extern.h,v 1.26 2004/01/27 20:27:29 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,6 +31,8 @@
* @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
+#include <sys/types.h>
+
#include "machdep.h"
/* program mode */