]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/interaction.hpp
Missing "
[vlc] / modules / gui / qt4 / dialogs / interaction.hpp
index ddf247f0b1de4b96003cddb63ab91726fc134af9..d36d7a6d2c6f51364c35e2baf9cef0654fd0f042 100644 (file)
 #ifndef _INTERACTION_H_
 #define _INTERACTION_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 
@@ -57,6 +61,7 @@ private:
     QLineEdit *inputEdit, *loginEdit, *passwordEdit;
 
     void Finish( int );
+
 private slots:
     void defaultB();
     void altB();