openldap/contrib/gtk-tool/common.h

13 lines
205 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;
#endif