mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#9648 - Fix request.c for MAXPATHLEN not result.c Fixes 0412814c55
This commit is contained in:
parent
bc05849a8d
commit
617e6974f7
2 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue