# HG changeset patch # User Michael Goffioul # Date 1344158109 -3600 # Node ID a182972304fa6227256babb1bd5bb2c61e78c6ca # Parent a1bcffac7fa8576dc4e2a2e37b79952c991ab70c Include config.h when it exists and is specified. diff -r a1bcffac7fa8 -r a182972304fa libqterminal/unix/kpty.cpp --- a/libqterminal/unix/kpty.cpp Sat Jul 28 08:43:35 2012 -0400 +++ b/libqterminal/unix/kpty.cpp Sun Aug 05 10:15:09 2012 +0100 @@ -22,6 +22,10 @@ Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "unix/kpty_p.h" #ifdef __sgi