Add DECC to the symbol list
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 5e48418..f80eb63 100644 (file)
--- a/util.c
+++ b/util.c
 #endif
 #endif
 
+#ifdef __Lynx__
+/* Missing protos on LynxOS */
+int putenv(char *);
+#endif
+
 #ifdef I_SYS_WAIT
 #  include <sys/wait.h>
 #endif