diff options
author | asami <asami@FreeBSD.org> | 1997-04-21 14:27:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-21 14:27:52 +0800 |
commit | 05685eed88ad4e4a05700f8f8a78bffd1f614431 (patch) | |
tree | 5df95e02b3c7e11b7962f37cf6168a2b6d2f0ed3 /x11-fm | |
parent | 61bc9bf0e09c1cd0c3de8c5cb8e7bd430603616d (diff) | |
download | freebsd-ports-gnome-05685eed88ad4e4a05700f8f8a78bffd1f614431.tar.gz freebsd-ports-gnome-05685eed88ad4e4a05700f8f8a78bffd1f614431.tar.zst freebsd-ports-gnome-05685eed88ad4e4a05700f8f8a78bffd1f614431.zip |
#include <sys/types.h> for <dirent.h>.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/tkdesk/files/patch-aa | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-fm/tkdesk/files/patch-aa b/x11-fm/tkdesk/files/patch-aa index 395907cb6816..976f8a5a3f15 100644 --- a/x11-fm/tkdesk/files/patch-aa +++ b/x11-fm/tkdesk/files/patch-aa @@ -129,6 +129,14 @@ Index: Makefile uninstall: Index: libdesk/dsk_ls.c +@@ -57,6 +57,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> ++#include <sys/types.h> + #include <dirent.h> + #include <time.h> /* for ctime */ + #include <unistd.h> /* for readlink */ @@ -382,7 +382,7 @@ void write_element (fe) FILE_ENTRY *fe; @@ -216,7 +224,7 @@ Index: malloc.c + * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp + * ---------------------------------------------------------------------------- + * -+ * $Id: malloc.c,v 1.12 1996/09/17 19:50:23 phk Exp $ ++ * $Id: patch-aa,v 1.3 1996/11/12 04:54:09 max Exp $ + * + */ + |