ldapc++: fix builds with gcc-4.7 (ITS#7281,ITS#7304)

This commit is contained in:
Ralf Haferkamp 2012-11-02 12:10:43 +01:00
parent b4126863a4
commit 7a8c9a6419

View File

@ -11,6 +11,7 @@
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#include <unistd.h>
#include <cstdio>
#endif