changeset 2365:5ec41fecbd3b

* dispnew.c (getenv): Add extern declaration.
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Mar 1993 04:17:01 +0000
parents 9a8a5570e842
children ed9b74c46fb9
files src/dispnew.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Thu Mar 25 04:08:11 1993 +0000
+++ b/src/dispnew.c	Thu Mar 25 04:17:01 1993 +0000
@@ -45,6 +45,8 @@
 #include "xterm.h"
 #endif	/* HAVE_X_WINDOWS */
 
+extern char *getenv ();
+
 #define max(a, b) ((a) > (b) ? (a) : (b))
 #define min(a, b) ((a) < (b) ? (a) : (b))