mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 23:02:55 -05:00
strlen() needed string.h.
This commit is contained in:
parent
fc03c3f07a
commit
f165bb2b96
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include <ac/socket.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue