ports/net-p2p/jigdo/files/patch-src__compat.hh
Pawel Pekala 61cb9de5c4 - Fix build with clang
- Fix build when GUI=on, needs pkgconfig to find GTK libs
- Use options helpers, subs, modernize descriptions
- Support staging
2013-12-27 15:41:00 +00:00

10 lines
271 B
C++

--- ./src/compat.hh.orig 2013-12-27 16:00:53.907143596 +0100
+++ ./src/compat.hh 2013-12-27 16:01:15.205152700 +0100
@@ -20,6 +20,7 @@
#include <string>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd-jigdo.h>
#include <sys/stat.h>
#include <sys/types.h>