projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232a6ee
)
* admin/alloc-colors.c: Fix missing declaration.
author
Po Lu
<luangruo@yahoo.com>
Sun, 29 May 2022 08:32:34 +0000
(16:32 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 29 May 2022 08:35:55 +0000
(16:35 +0800)
admin/alloc-colors.c
patch
|
blob
|
history
diff --git
a/admin/alloc-colors.c
b/admin/alloc-colors.c
index 4db447332ba2325e8dcaa0a5ed2eb23a72d9a326..b78dd42b7e67b1941553ff325ed2d10b0d99bb12 100644
(file)
--- a/
admin/alloc-colors.c
+++ b/
admin/alloc-colors.c
@@
-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, ...)