mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
dd0f93eead
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 54607
11 lines
241 B
C++
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"
|
|
|