openldap/contrib/gtk-tool/common.h

14 lines
229 B
C
Raw Normal View History

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