[ create a new paste ] login | about

Link: http://codepad.org/uAllCeb8    [ raw code | fork ]

Plain Text, pasted on May 16:
Index: qemuctl.cpp
===================================================================
--- qemuctl.cpp	(revision 6)
+++ qemuctl.cpp	(working copy)
@@ -1,3 +1,4 @@
+#include <unistd.h>
 #include "qemuctl.h"
 
 qemuctl::qemuctl( QStringList * argv, QWidget *parent)
Index: QemuComunication.cpp
===================================================================
--- QemuComunication.cpp	(revision 6)
+++ QemuComunication.cpp	(working copy)
@@ -5,6 +5,7 @@
  *      Author: peter
  */
 
+#include <unistd.h>
 #include "QemuComunication.h"
 
 QemuComunication::QemuComunication(){



Create a new paste based on this one


Comments: