changeset 15679:a182972304fa draft

Include config.h when it exists and is specified.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 05 Aug 2012 10:15:09 +0100
parents a1bcffac7fa8
children 6b1369106141
files libqterminal/unix/kpty.cpp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libqterminal/unix/kpty.cpp
+++ b/libqterminal/unix/kpty.cpp
@@ -22,6 +22,10 @@
    Boston, MA 02110-1301, USA.
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "unix/kpty_p.h"
 
 #ifdef __sgi