mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
10 lines
201 B
C
10 lines
201 B
C
#ifndef MY_SYSTEM_H
|
|
#define MY_SYSTEM_M
|
|
#include <fcntl.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/ioctl.h>
|
|
#include <sys/mman.h>
|
|
#include <linux/string.h> /* for memcpy.h */
|
|
#endif
|