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

[wip/jafar-lgl] Add a patch to fix the build with gcc-4.7

The patch includes explicity <sys/types.h> to get the definition of
ssize_t. It is equivalent to commit cd27fb49d in mainstream.
parent 9476ebf8
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
VERSION= 1.7.1 VERSION= 1.7.1
DISTNAME= jafar-lgl-${VERSION} DISTNAME= jafar-lgl-${VERSION}
PKGREVISION= 1
CATEGORIES= wip CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-lgl/} MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=jafar-lgl/}
MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/jafar/jafar/modules/lgl MASTER_REPOSITORY= git ssh://trac.laas.fr/git/robots/jafar/jafar/modules/lgl
......
SHA1 (jafar-lgl-1.7.1.tar.gz) = b604ba2f16d0f63c93276db249bef12f433675a8 SHA1 (jafar-lgl-1.7.1.tar.gz) = b604ba2f16d0f63c93276db249bef12f433675a8
RMD160 (jafar-lgl-1.7.1.tar.gz) = 1866b27da0ec15789444e56f3d582de85d1f3a64 RMD160 (jafar-lgl-1.7.1.tar.gz) = 1866b27da0ec15789444e56f3d582de85d1f3a64
Size (jafar-lgl-1.7.1.tar.gz) = 264210 bytes Size (jafar-lgl-1.7.1.tar.gz) = 264210 bytes
SHA1 (patch-aa) = 4dfa02ec06ee2ffea94b600f46b8d3c0fced416f
diff --git a/include/lgl/FlexGrid.hpp b/include/lgl/FlexGrid.hpp
index 8e1a9f6..5cdcaad 100644
--- include/lgl/FlexGrid.hpp
+++ include/lgl/FlexGrid.hpp
@@ -18,6 +18,8 @@
#include <stdexcept>
#include <iterator>
+#include <sys/types.h>
+
namespace jafar {
namespace lgl {
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