Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/msgc the skeleton now also needs stdlib.h
details: https://anonhg.NetBSD.org/src/rev/1fe2776169c5
branches: trunk
changeset: 473798:1fe2776169c5
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 19 19:25:10 1999 +0000
description:
the skeleton now also needs stdlib.h
diffstat:
usr.bin/msgc/msgdb.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f0dde81278a6 -r 1fe2776169c5 usr.bin/msgc/msgdb.c
--- a/usr.bin/msgc/msgdb.c Sat Jun 19 19:15:22 1999 +0000
+++ b/usr.bin/msgc/msgdb.c Sat Jun 19 19:25:10 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msgdb.c,v 1.3 1999/04/25 09:10:07 veego Exp $ */
+/* $NetBSD: msgdb.c,v 1.4 1999/06/19 19:25:10 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -140,6 +140,7 @@
"#ifndef MSG_DEFS_H\n"
"#define MSG_DEFS_H\n"
"#include <stdio.h>\n"
+ "#include <stdlib.h>\n"
"#include <string.h>\n"
"#include <ctype.h>\n"
"#include <stdarg.h>\n"
Home |
Main Index |
Thread Index |
Old Index