2004-05-11 14:30:15 +02:00
|
|
|
$NetBSD: patch-ah,v 1.2 2004/05/11 12:30:15 danw Exp $
|
2004-02-21 07:42:37 +01:00
|
|
|
|
2004-05-11 14:30:15 +02:00
|
|
|
--- libnautilus-private/nautilus-emblem-utils.c.orig Thu Dec 18 12:19:39 2003
|
|
|
|
+++ libnautilus-private/nautilus-emblem-utils.c
|
|
|
|
@@ -23,10 +23,12 @@
|
2004-02-21 07:42:37 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
-
|
|
|
|
+#ifdef __FreeBSD__
|
|
|
|
+#include <sys/types.h>
|
|
|
|
+#endif
|
2004-05-11 14:30:15 +02:00
|
|
|
+#include <time.h>
|
2004-02-21 07:42:37 +01:00
|
|
|
#include <utime.h>
|
|
|
|
#include <stdio.h>
|
2004-05-11 14:30:15 +02:00
|
|
|
-#include <time.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include "nautilus-icon-factory.h"
|
|
|
|
#include <eel/eel-string.h>
|