mystrverscmp: fix include

pull/1/merge
Christian Neukirchen 8 years ago
parent 0d2b19f702
commit 7f2d9163d4

@ -1,4 +1,3 @@
#include <sys/types.h>
// taken straight from musl@a593414
/*
@ -24,6 +23,9 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <ctype.h>
#include <string.h>
int mystrverscmp(const char *l0, const char *r0)
{
const unsigned char *l = (const void *)l0;

Loading…
Cancel
Save