Skip to content

Commit 8793804

Browse files
committed
More macOS fixes
1 parent 72a5725 commit 8793804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/standard/yescrypt/insecure_memzero.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
#ifndef INSECURE_MEMZERO_H
1616
#define INSECURE_MEMZERO_H
1717

18+
#define _BSD_SOURCE
19+
#include <string.h>
1820
#include "zend_portability.h"
19-
#include "string.h"
2021
#define insecure_memzero ZEND_SECURE_ZERO
2122

2223
#endif

0 commit comments

Comments
 (0)