freebsd-ports/www/uzbl/files/patch-uzbl-core.c
Pav Lucistnik bd82c698df - Update to 2010.11.25
PR:		ports/152728
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2010-12-01 12:48:45 +00:00

10 lines
308 B
C

--- src/uzbl-core.c.orig 2010-11-29 20:00:45.000000000 +0100
+++ src/uzbl-core.c 2010-11-29 19:59:16.000000000 +0100
@@ -29,6 +29,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/errno.h>
#include "uzbl-core.h"
#include "callbacks.h"
#include "events.h"