mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
9 lines
201 B
C
9 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
|