mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
13 lines
205 B
C
13 lines
205 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;
|
|
#endif
|