Include string.h in src/psl.c

This commit is contained in:
Tim Rühsen 2020-02-01 17:04:36 +01:00
parent 39c2990840
commit fca622f587
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ typedef SSIZE_T ssize_t;
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <ctype.h>
#include <time.h>
#include <errno.h>