]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/alloc-colors.c: Fix missing declaration.
authorPo Lu <luangruo@yahoo.com>
Sun, 29 May 2022 08:32:34 +0000 (16:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 29 May 2022 08:35:55 +0000 (16:35 +0800)
admin/alloc-colors.c

index 4db447332ba2325e8dcaa0a5ed2eb23a72d9a326..b78dd42b7e67b1941553ff325ed2d10b0d99bb12 100644 (file)
@@ -23,6 +23,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 #include <stdlib.h>
 #include <stdarg.h>
 #include <unistd.h>
+#include <string.h>
 
 void
 fatal (const char *fmt, ...)