# HG changeset patch # User Michael Goffioul # Date 1344158109 -3600 # Node ID a182972304fa6227256babb1bd5bb2c61e78c6ca # Parent a1bcffac7fa8576dc4e2a2e37b79952c991ab70c Include config.h when it exists and is specified. diff --git a/libqterminal/unix/kpty.cpp b/libqterminal/unix/kpty.cpp --- a/libqterminal/unix/kpty.cpp +++ b/libqterminal/unix/kpty.cpp @@ -22,6 +22,10 @@ Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "unix/kpty_p.h" #ifdef __sgi