mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
* dispnew.c (getenv): Add extern declaration.
This commit is contained in:
parent
f040093a19
commit
b2e521948e
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue