mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Include <ac/stdlib.h> instead of <stdlib.h>
This commit is contained in:
parent
e7738c2df7
commit
67ff28bf52
1 changed files with 1 additions and 1 deletions
|
|
@ -10,8 +10,8 @@
|
|||
#ifdef HAVE_TLS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/errno.h>
|
||||
#include <ac/socket.h>
|
||||
#include <ac/string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue