ITS#9648 - Fix request.c for MAXPATHLEN not result.c Fixes 0412814c55e59890343cd4f224f16102bfedceec

This commit is contained in:
Quanah Gibson-Mount 2021-08-31 16:14:10 +00:00
parent bc05849a8d
commit 617e6974f7
2 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,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>

View File

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