aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 196a547bd5c..78f12b415bd 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2889,7 +2889,9 @@ extern void xfree P_ ((POINTER_TYPE *));
2889 2889
2890extern char *xstrdup P_ ((char *)); 2890extern char *xstrdup P_ ((char *));
2891 2891
2892#ifndef USE_CRT_DLL
2892extern char *egetenv P_ ((char *)); 2893extern char *egetenv P_ ((char *));
2894#endif
2893 2895
2894/* Set up the name of the machine we're running on. */ 2896/* Set up the name of the machine we're running on. */
2895extern void init_system_name P_ ((void)); 2897extern void init_system_name P_ ((void));