1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/kimwitu++/files/patch-src::Gen.boot::unpk.cc
Sergey A. Osokin dd0f93eead Fix build on -CURRENT (gcc 3.3)
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
PR:		54607
2003-07-18 09:20:54 +00:00

11 lines
241 B
C++

--- src/Gen.boot/unpk.cc.orig Fri Jul 18 12:32:38 2003
+++ src/Gen.boot/unpk.cc Fri Jul 18 12:33:58 2003
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <string>
#include <stdlib.h>
+#include <assert.h>
#include "k.h"
#include "unpk.h"