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