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:
parent
b47557049c
commit
75438cceda
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user