diff --git a/include/unixconf.h b/include/unixconf.h index e7ee91565..e493a95b0 100644 --- a/include/unixconf.h +++ b/include/unixconf.h @@ -1,4 +1,4 @@ -/* NetHack 5.0 unixconf.h $NHDT-Date: 1711213886 2024/03/23 17:11:26 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.57 $ */ +/* NetHack 5.0 unixconf.h $NHDT-Date: 1778686773 2026/05/13 15:39:33 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.60 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Pasi Kallinen, 2018. */ /* NetHack may be freely redistributed. See license for details. */ @@ -331,6 +331,7 @@ #include #endif + #if defined(BSD) || defined(ULTRIX) #if !defined(DGUX) && !defined(SUNOS4) #define memcpy(d, s, n) bcopy(s, d, n)