mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Must include <stdio.h> for prototypes
This commit is contained in:
parent
d889d5f1dc
commit
2db6e4e97e
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <portable.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include <portable.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue