]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/common.h
Update contrib with latest from -devel, including php3-tool and gtk-tool.
[openldap] / contrib / gtk-tool / common.h
1 #ifndef MY_COMMON
2 #define MY_COMMON
3
4 #include "system.h"
5 #include "cpluscommon.h"
6 #include <stdio.h>
7 #include <stdlib.h>
8 #include <unistd.h>
9 #include <error.h>
10 #include <string.h>
11 extern int errno;
12 #endif