mmime: include strings.h for strncasecmp

pull/235/head
Michael Forney 1 year ago committed by Leah Neukirchen
parent 1babebc12c
commit 74e77845c3

@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <time.h>
#include <unistd.h>

Loading…
Cancel
Save