12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
|
$OpenBSD: patch-src_vfs_vfs-thumbnail-loader_c,v 1.1 2010/07/16 13:15:19 ajacoutot Exp $
|
||
|
--- src/vfs/vfs-thumbnail-loader.c.orig Fri Jul 16 15:05:06 2010
|
||
|
+++ src/vfs/vfs-thumbnail-loader.c Fri Jul 16 15:05:16 2010
|
||
|
@@ -22,6 +22,7 @@
|
||
|
#include "vfs-thumbnail-loader.h"
|
||
|
#include "glib-mem.h" /* for g_slice API */
|
||
|
#include "glib-utils.h" /* for g_mkdir_with_parents() */
|
||
|
+#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <sys/stat.h>
|
||
|
|