artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed425c
)
Include strings.h for the strncasecmp() prototype.
author
millert
<millert@openbsd.org>
Mon, 30 Oct 2023 16:14:51 +0000
(16:14 +0000)
committer
millert
<millert@openbsd.org>
Mon, 30 Oct 2023 16:14:51 +0000
(16:14 +0000)
From upstream.
usr.bin/awk/lib.c
patch
|
blob
|
history
diff --git
a/usr.bin/awk/lib.c
b/usr.bin/awk/lib.c
index
9534c32
..
ba5acf1
100644
(file)
--- a/
usr.bin/awk/lib.c
+++ b/
usr.bin/awk/lib.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: lib.c,v 1.5
2 2023/10/06 22:29:24
millert Exp $ */
+/* $OpenBSD: lib.c,v 1.5
3 2023/10/30 16:14:51
millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@
-26,6
+26,7
@@
THIS SOFTWARE.
#define DEBUG
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>