summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-ad
blob: 76571f2181d6fb0f947efe3a9b224162935b9c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1.1.1 2000/12/17 23:32:23 wiz Exp $

--- linuxjunk.h.orig	Sat Nov  7 19:04:41 1998
+++ linuxjunk.h
@@ -16,6 +16,8 @@
  * kill a good project with poor planning.
  */
 
+#include <sys/stat.h>
+
 #ifdef S_ISDIR
 #define IS_DIR(m) S_ISDIR(m)
 #else