Skip to content
Snippets Groups Projects
Commit cd405162 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/libmove3d] Add necessary includes for close(3) and sleep(3)

Fix compilation on Ubuntu 12.10 and Fedora 17
parent ddf1819d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#
DISTNAME= libmove3d-3.18.1
PKGREVISION= 1
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=libmove3d/}
MASTER_REPOSITORY= git ssh://git.openrobots.org/git/robots/libmove3d.git
......
SHA1 (libmove3d-3.18.1.tar.gz) = 16726cffea4b4677b8b0a0bea9edb6e4292221a5
RMD160 (libmove3d-3.18.1.tar.gz) = 0522ac0eb66fa6b671eb3b21e1fac03724b0d7d3
Size (libmove3d-3.18.1.tar.gz) = 5466336 bytes
SHA1 (patch-aa) = 9bc6410b33d4bfd48a8109e51dda7e5952281d58
SHA1 (patch-ab) = 253475fdfa808a7c1d4674b449bd3678794cb528
--- 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