mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Must include <stdio.h> since <rewrite.h> uses FILE *.
This commit is contained in:
parent
db490b4cef
commit
3fd49c39ec
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#include <ac/unistd.h>
|
||||
#include <ac/ctype.h>
|
||||
#include <ac/string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rewrite.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue