Fix transport.hh - I would not be suprised if __TRANSPORT_HH__ already existed somewhere

pull/2/head
heck 2 years ago
parent cd0e3d3742
commit 321a9e9a01

@ -1,5 +1,5 @@
#ifdef __TRANSPORT_HH__
#define __TRANSPORT_HH__
#ifndef __PEP__TRANSPORT_HH__
#define __PEP__TRANSPORT_HH__
#include <exception>
#include <functional>
@ -67,4 +67,4 @@ namespace pEp {
};
}
#endif // __TRANSPORT_HH__
#endif // __PEP_TRANSPORT_HH__

Loading…
Cancel
Save