blob: b72a3c0b39a5191a9ea23b21b36facdda3f94f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2007/08/05 15:51:32 joerg Exp $
--- src/plugins/bgset/bgset.c.orig 2007-08-05 15:26:50.000000000 +0000
+++ src/plugins/bgset/bgset.c
@@ -43,8 +43,6 @@
#include <string.h>
#include <assert.h>
-#include <malloc.h>
-
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
|