Skip to content
Snippets Groups Projects
Commit d98b3882 authored by Raymond Toy's avatar Raymond Toy
Browse files

Include string.h to declare memcmp

x86-arch.c uses memcmp without declaring it.  Noticed on macos, but
not on linux.
parent 08d0f23c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lisp.h"
#include "globals.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment