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

[wip/hyper] Add a patch to fix compilation on NetBSD

parent ab1cba74
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
DISTNAME= hyper-${VERSION}
VERSION= 0.9
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= supervision
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hyper
......
......@@ -2,3 +2,4 @@ SHA1 (hyper-0.9.tar.gz) = adf3507649a3cd3afed44b300f99850243daab25
RMD160 (hyper-0.9.tar.gz) = da79fc936a80720d489630163e403ce0439bd4fe
Size (hyper-0.9.tar.gz) = 176663 bytes
SHA1 (patch-aa) = 1d7f8ead0ab7811bfe394dfdd7db0d599cfdb239
SHA1 (patch-ab) = abe3ae29c6cf00f941ae5c99cd5e43e5a97da409
[model] Add stdlib header for exit(3) and daemon on NetBSD
diff --git a/include/model/main.hh b/include/model/main.hh
index 08e3543..1f719bb 100644
--- include/model/main.hh
+++ include/model/main.hh
@@ -3,6 +3,7 @@
#include <iostream>
#include <string>
+#include <stdlib.h>
#include <unistd.h>
#include <boost/system/system_error.hpp>
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