blob: 10c258ce5b059120239592dacc58deb89e9c2421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.5 2006/05/03 12:47:47 drochner Exp $
--- src/desktop_integration.c.orig 2006-03-07 22:26:26.000000000 +0100
+++ src/desktop_integration.c
@@ -31,7 +31,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <alloca.h>
+#endif
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
|