]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/system.h
a9ca0181af1105a3df50ca66bda9a63bfdf89544
[openldap] / contrib / gtk-tool / system.h
1 #ifndef MY_SYSTEM_H
2 #define MY_SYSTEM_M
3 #include <fcntl.h>
4 #include <sys/types.h>
5 #include <sys/stat.h>
6 #include <sys/ioctl.h>
7 #include <sys/mman.h>
8 #include <linux/string.h> /* for memcpy.h */
9 #endif