forked from Github/emacs
* admin/alloc-colors.c: Fix missing declaration.
This commit is contained in:
parent
232a6ee9c6
commit
96d056b3aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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, ...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue