From cea46d4548a566f20b61f3b76f54bdab56adf380 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Wed, 5 Jul 2006 22:13:56 +0200
Subject: [PATCH] Missed one place.

Rev: src/fdlib.h:1.59
---
 src/fdlib.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/fdlib.h b/src/fdlib.h
index ecf7a217b1..5be031c18e 100644
--- a/src/fdlib.h
+++ b/src/fdlib.h
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: fdlib.h,v 1.58 2006/07/05 19:11:09 mast Exp $
+|| $Id: fdlib.h,v 1.59 2006/07/05 20:13:56 mast Exp $
 */
 
 #ifndef FDLIB_H
@@ -296,6 +296,7 @@ PMOD_EXPORT void closedir(DIR *dir);
 typedef int FD;
 typedef struct stat PIKE_STAT_T;
 typedef off_t PIKE_OFF_T;
+#define PRINTPIKEOFFT PRINTOFFT
 
 #define fd_info(X) ""
 #define fd_init()
-- 
GitLab