build/libgnuregex: fix build error on MacOS 11.6 x86_64

Change-Id: Ib7646acb866097b3d0e0fddbd0cf44999191c761
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5193
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Zone.N 2022-04-10 05:18:22 +08:00 committed by Jérôme Duval
parent b47557049c
commit 75438cceda

View File

@ -63,13 +63,7 @@
#include <strings.h>
#endif
#ifdef STDC_HEADERS
#include <stdlib.h>
#else
char *malloc ();
char *realloc ();
#endif
/* Define the syntax stuff for \<, \>, etc. */