summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-02-07 17:10:35 +0000
committerjoerg <joerg@pkgsrc.org>2008-02-07 17:10:35 +0000
commit182d2d805585dee14013757c79e1ddd9b227bbfe (patch)
treedd11783ba1d2fa73b3efe57e7f411bc595e053f3 /net
parent45f396330c7a704f22db797af323a8ae75738059 (diff)
downloadpkgsrc-182d2d805585dee14013757c79e1ddd9b227bbfe.tar.gz
Include sys/types.h to get time_t.
Diffstat (limited to 'net')
-rw-r--r--net/libfetch/files/fetch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfetch/files/fetch.h b/net/libfetch/files/fetch.h
index 81d6824a2b0..be4f1c93c36 100644
--- a/net/libfetch/files/fetch.h
+++ b/net/libfetch/files/fetch.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fetch.h,v 1.2 2008/02/07 16:34:52 joerg Exp $ */
+/* $NetBSD: fetch.h,v 1.3 2008/02/07 17:10:35 joerg Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -32,6 +32,7 @@
#ifndef _FETCH_H_INCLUDED
#define _FETCH_H_INCLUDED
+#include <sys/types.h>
#include <limits.h>
#include <stdio.h>