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 <[email protected]>
This commit is contained in:
Zone.N
2022-04-20 04:25:36 +00:00
committed by Jérôme Duval
parent b47557049c
commit 75438cceda
-6
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. */