From: Ralf Haferkamp Date: Fri, 2 Nov 2012 11:10:43 +0000 (+0100) Subject: ldapc++: fix builds with gcc-4.7 (ITS#7281,ITS#7304) X-Git-Tag: OPENLDAP_REL_ENG_2_4_34~124 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ce068d557edd262dab0ccc64faee87129895fa4;p=openldap ldapc++: fix builds with gcc-4.7 (ITS#7281,ITS#7304) --- diff --git a/contrib/ldapc++/src/SaslInteractionHandler.cpp b/contrib/ldapc++/src/SaslInteractionHandler.cpp index 3233ac9fc8..dbccbd5b31 100644 --- a/contrib/ldapc++/src/SaslInteractionHandler.cpp +++ b/contrib/ldapc++/src/SaslInteractionHandler.cpp @@ -11,6 +11,7 @@ #ifdef HAVE_TERMIOS_H #include +#include #include #endif