summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authordgregor <dgregor@cvs.openbsd.org>1997-06-24 02:37:18 +0000
committerdgregor <dgregor@cvs.openbsd.org>1997-06-24 02:37:18 +0000
commit56a2ed1629cf0f00e3c97597c62d84523414e2c4 (patch)
treec2a9f58912a5d1721e60a0768f36bda2b0085482 /usr.bin
parent3da6b6c4d93ea24ae0e876a49c76659b65623463 (diff)
Add #include for string.h to get declaration for memcpy
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/sort.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h
index 1aa7ee9ea7d..acf50fbc4bd 100644
--- a/usr.bin/sort/sort.h
+++ b/usr.bin/sort/sort.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sort.h,v 1.1 1997/01/20 19:39:56 millert Exp $ */
+/* $OpenBSD: sort.h,v 1.2 1997/06/24 02:37:17 dgregor Exp $ */
/*-
* Copyright (c) 1993
@@ -47,6 +47,7 @@
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#define NBINS 256
#define MAXMERGE 16