biology/chemeq: fix build on GCC (taken from dports)
This commit is contained in:
parent
2af69b14e6
commit
6914ea4a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428829
1 changed files with 11 additions and 0 deletions
11
biology/chemeq/files/patch-src_chemeq.h
Normal file
11
biology/chemeq/files/patch-src_chemeq.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/chemeq.h.orig 2003-03-11 22:36:25 UTC
|
||||
+++ src/chemeq.h
|
||||
@@ -6,6 +6,8 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
+#include <cstdlib>
|
||||
+#include <cstring>
|
||||
#include <map>
|
||||
|
||||
typedef struct {
|
Loading…
Reference in a new issue