mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Include <sys/stat.h> for mkdir prototype
This commit is contained in:
parent
2db6e4e97e
commit
d6ae1d95de
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@
|
|||
|
||||
#include "portable.h"
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ac/stdlib.h>
|
||||
|
||||
#include "slurp.h"
|
||||
#include "globals.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue