From 926784fb90c0afbe0cefee554bdf81914851adfb Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 4 May 2000 06:08:56 +0000 Subject: [PATCH] Need for strlen() prototype. --- gnu/dist/postfix/local/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/dist/postfix/local/file.c b/gnu/dist/postfix/local/file.c index 488c5df01f14..9f7ddf1bac3f 100644 --- a/gnu/dist/postfix/local/file.c +++ b/gnu/dist/postfix/local/file.c @@ -50,6 +50,7 @@ #include #include #include +#include /* Utility library. */