1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/mail/glbiff/files/patch-glbiff.cc
Pete Fritchman fde8f9af7c Fix build on -current.
PR:		46473
Submitted by:	Kuang-che Wu <kcwu@kcwu.homeip.net>
2002-12-22 21:22:46 +00:00

12 lines
210 B
C++

--- glbiff.cc.orig Mon Dec 23 03:47:27 2002
+++ glbiff.cc Mon Dec 23 03:47:48 2002
@@ -37,6 +37,8 @@
#include <X11/Xlib.h>
+#include <iostream>
+
#include "draw.h"
#include "glbiff.h"
#include "mail.h"