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:
@@ -63,13 +63,7 @@
|
|||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef STDC_HEADERS
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#else
|
|
||||||
char *malloc ();
|
|
||||||
char *realloc ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Define the syntax stuff for \<, \>, etc. */
|
/* Define the syntax stuff for \<, \>, etc. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user