mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2012/03/21 23:04:01 markd Exp $
|
|
|
|
Fix build with gcc4.3
|
|
|
|
--- src/diff.cpp.orig 2006-10-30 22:24:29.000000000 +0000
|
|
+++ src/diff.cpp
|
|
@@ -17,6 +17,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <iostream>
|
|
+#include <cstdlib>
|
|
|
|
#include "diff.h"
|
|
#include "fileaccess.h"
|