Skip to content

Commit

Permalink
bsd/string.h - remove from mh.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz Tiram committed Jul 23, 2024
1 parent 15d0b8b commit 97d20da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mh.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define PCRE2_CODE_UNIT_WIDTH 8
#include <stdio.h>
#include <stdlib.h>
#ifdef __APPLE__
#include <string.h>
#else
#include <bsd/string.h> // Use bsd/string.h on Linux/BSD systems
#include <string.h>
#endif
#include <pcre2.h>
#include "queue.h"

Expand Down

0 comments on commit 97d20da

Please sign in to comment.