blob: 3d0ccf024c92a84289b51b49a84bbff5b5fff6c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- audex-0.74b1.orig/utils/hashlist.cpp
+++ audex-0.74b1/utils/hashlist.cpp
@@ -15,7 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+
+#include <unistd.h>
#include "hashlist.h"
Hashlist::Hashlist() {
|