Skip to content
Snippets Groups Projects
Commit 2161b500 authored by Mamoun Gharbi's avatar Mamoun Gharbi
Browse files

removing forgeotten patches

parent 3a46ad23
No related branches found
No related tags found
No related merge requests found
--- lightPlanner/DlrParser.cpp.orig 2012-12-19 17:25:27.853195227 +0100
+++ lightPlanner/DlrParser.cpp 2012-12-19 17:25:51.197196114 +0100
@@ -1,5 +1,6 @@
#include "../lightPlanner/proto/DlrParser.h"
#include <stdlib.h>
+#include <unistd.h>
DlrParser::DlrParser(char* fileName){
_fileName.assign(fileName);
--- util/UdpClient.cpp.orig 2012-12-19 17:27:11.905199182 +0100
+++ util/UdpClient.cpp 2012-12-19 17:27:22.073199570 +0100
@@ -2,6 +2,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <errno.h>
+#include <unistd.h>
UdpClient* globalUdpClient = NULL;
//public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment