mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b07f78a5a0
PR: ports/65090 Submitted by: Ports Fury
17 lines
275 B
C++
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:
|