#984718 fullname.c: add header file "fullname.h" for prototypes

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-07 16:45:04 UTC
Severity:
normal
Tags:
#984718#5
Date:
2021-03-07 16:41:39 UTC
From:
To:
Dear Maintainer,
---
 fullname.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fullname.c b/fullname.c
index fc2abfa..d836918 100644
--- a/fullname.c
+++ b/fullname.c
@@ -34,6 +34,7 @@ static char    *SccsId = "@(#)fullname.c	1.13	11/4/87";
 #include <string.h>
 #include <ctype.h>
 #include "config.h"
+#include "fullname.h"
 #include "global.h"