Merge pull request #1362 from julio641742/patch-1

Fix compilation error on musl
This commit is contained in:
emersion 2018-11-09 08:01:36 +01:00 committed by GitHub
commit 0b5485cf83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define _XOPEN_SOURCE 700
#include <assert.h>
#include <stdlib.h>
#include <strings.h>