]> git.vomp.tv Git - vompclient.git/commitdiff
Compile fixes for stretch
authorChris Tallon <chris@vomp.tv>
Sun, 29 Oct 2017 15:43:11 +0000 (15:43 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 29 Oct 2017 15:43:11 +0000 (15:43 +0000)
command.cc
command.h

index 0156f87218d69925dbe98e020e136f73a85ea875..5cc948e6965d7644e743d2731c79c27c5d5284b5 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #ifndef WIN32
-#include <linux/errno.h>
+#include <errno.h>
 #endif
 
 #include "command.h"
index b00671ee0354139b40ab9426d53a11be7d7c8d32..04cd8035bfe1ce5ab20b29aeec2e938f2a5ae224 100644 (file)
--- a/command.h
+++ b/command.h
 
 #include <signal.h>
 
+#include <string>
+#include <vector>
+
 #include "defines.h"
 #include "messagequeue.h"
 #include "udp.h"
-#include <vector>
-#include <string>
 
 class VConnect;
 class Message;