mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
10 lines
163 B
C
10 lines
163 B
C
|
#ifndef MY_CPLUS_COMMON
|
||
|
#define MY_CPLUS_COMMON
|
||
|
|
||
|
#include <iostream.h>
|
||
|
#include <iomanip.h>
|
||
|
#include <fstream.h>
|
||
|
#include <strstream.h>
|
||
|
#include <unistd.h>
|
||
|
#endif
|