Skip to content

Commit c486802

Browse files
committed
Suppress compiler warning
1 parent 8e8a2f4 commit c486802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3-core.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

18-
#define _BSD_SOURCE
18+
#define _DEFAULT_SOURCE
1919
#include <stdio.h>
2020
#include <string.h>
2121
#include <stdlib.h>

0 commit comments

Comments
 (0)