summaryrefslogtreecommitdiff
path: root/usr.bin/msgc/msgdb.c
diff options
context:
space:
mode:
authorenami <enami@NetBSD.org>1997-10-03 16:37:25 +0000
committerenami <enami@NetBSD.org>1997-10-03 16:37:25 +0000
commit5e13aa5a50fc9dfd85e0efd45ebf66d9289364d5 (patch)
tree12a068189c12bd7ec8a1fa46775d1cdebfa9ee68 /usr.bin/msgc/msgdb.c
parent894064be59d86c5ee0e6ea7e144d28ffb0a7fe1b (diff)
- Include <string.h> to import the proto type of strlen().
- Add an empty line before inclusion of local header.
Diffstat (limited to 'usr.bin/msgc/msgdb.c')
-rw-r--r--usr.bin/msgc/msgdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/msgc/msgdb.c b/usr.bin/msgc/msgdb.c
index 3a2b4ae330c..d66d7a1ccb1 100644
--- a/usr.bin/msgc/msgdb.c
+++ b/usr.bin/msgc/msgdb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: msgdb.c,v 1.1.1.1 1997/09/26 21:16:38 phil Exp $ */
+/* $NetBSD: msgdb.c,v 1.2 1997/10/03 16:37:25 enami Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -40,6 +40,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+
#include "defs.h"
static struct id_rec *head = NULL, *tail = NULL;