cftp: repository: changeset 5c52e162794b

Navigation

Views: changelog, tags, manifest, raw zip, gz, bz2,

Include sys/types.h for off_t definition.

changeset 571: 5c52e162794b
parent 569:92932949fd9b
child 572:c7ad47c43d1a
author: Dieter Baron <dillo@nih.at>
date: Thu Jun 14 14:19:11 2007 +0200 (3 years ago)
files: directory.h
description: Include sys/types.h for off_t definition.
Needed on Linux, as noted by Cristian Rodriguez R.
--- a/directory.h	Wed May 16 09:48:56 2007 +0200
+++ b/directory.h	Thu Jun 14 14:19:11 2007 +0200
@@ -5,7 +5,7 @@
   $NiH: directory.h,v 1.13 2002/09/16 12:42:29 dillo Exp $
 
   directory.h -- handle directory cache
-  Copyright (C) 1996-2002 Dieter Baron
+  Copyright (C) 1996-2007 Dieter Baron
 
   This file is part of cftp, a fullscreen ftp client
   The author can be contacted at <dillo@giga.or.at>
@@ -27,6 +27,7 @@
 
 
 
+#include <sys/types.h>
 #include <time.h>
 
 struct direntry {

Powered by Mercurial.