openldap/contrib/gtk-tool/system.h

10 lines
201 B
C
Raw Normal View History

1998-11-25 02:01:09 +08:00
#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