#985420 split.c: add the header file "split.h" for a prototype

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-17 20:51:04 UTC
Severity:
normal
Tags:
#985420#5
Date:
2021-03-17 20:48:28 UTC
From:
To:
Dear Maintainer,

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 split.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/split.c b/split.c
index 8ca2164..d8eb06d 100644
--- a/split.c
+++ b/split.c
@@ -47,6 +47,7 @@ a fair bit of unused code.
  */

 #include "config.h"
+#include "split.h" /* added */

 /*
  * split - divide a string into fields, like awk split()