Include strings.h for the strncasecmp() prototype.
authormillert <millert@openbsd.org>
Mon, 30 Oct 2023 16:14:51 +0000 (16:14 +0000)
committermillert <millert@openbsd.org>
Mon, 30 Oct 2023 16:14:51 +0000 (16:14 +0000)
From upstream.

usr.bin/awk/lib.c

index 9534c32..ba5acf1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lib.c,v 1.52 2023/10/06 22:29:24 millert Exp $        */
+/*     $OpenBSD: lib.c,v 1.53 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>