openldap/contrib/gtk-tool/common.h
1999-12-28 16:22:47 +00:00

14 lines
229 B
C

#ifndef MY_COMMON
#define MY_COMMON
#include "system.h"
#include "cpluscommon.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <error.h>
#include <string.h>
extern int errno;
extern int debug_level;
#endif