mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +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
|