1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/word2x/files/patch-tblock.h
Kirill Ponomarev b07f78a5a0 - Fix build on -current
PR:		ports/65090
Submitted by:	Ports Fury
2004-04-02 19:07:21 +00:00

17 lines
275 B
C++

--- tblock.h.dist Thu Oct 8 03:12:09 1998
+++ tblock.h Wed Mar 31 21:06:40 2004
@@ -4,6 +4,13 @@
#ifndef __tblock_h__
#define __tblock_h__
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
class tblock
{
private: