1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/editors/calligra/files/patch-kspread_cluster.h
Will Andrews 98958aed09 Add patches to fix build with KDE 2.1. Bump PORTREVISION to denote new
package based on KDE 2.1.  Change MAINTAINER back to myself.  This should
fix kde2 metaport once again.

Submitted by:	many many people...
2001-02-27 22:30:09 +00:00

12 lines
268 B
C++

--- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
@@ -1,6 +1,8 @@
#ifndef kspread_cluster_h
#define kspread_cluster_h
+#include <stdlib.h>
+
class KSpreadCell;
class ColumnLayout;
class RowLayout;