ITS#9648 - Include ac/param.h for MAXPATHLEN

This commit is contained in:
Quanah Gibson-Mount 2021-08-25 01:52:53 +00:00
parent c4d399c203
commit 0412814c55

View File

@ -57,6 +57,7 @@
#include <ac/stdlib.h>
#include <ac/errno.h>
#include <ac/param.h>
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/time.h>