summaryrefslogtreecommitdiff
path: root/sci-chemistry/mustang/files/mustang-3.2.1-gcc-4.7.patch
blob: 20bd300db89e3e14f7eccb1191db82cff7048a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/superpose_on_core_2.cpp
+++ b/src/superpose_on_core_2.cpp
@@ -55,6 +55,8 @@ using std::ofstream ;
 #include "multiple_superposition.h"
 #include "3D_manip_functions.h"
 
+#include <unistd.h>
+
 int **core_columns ;
 int *core_columns_2 , NCORE = 0 ;
 int **algn_to_seq_hash ;