summaryrefslogtreecommitdiff
path: root/graphics/pixmap/files/patch-Pixmap.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-06-17 15:01:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-06-17 15:01:02 +0000
commit4e6bc77350d80113f26ef6976049d85311c57ce6 (patch)
treeac36080472a37002298a70d6ec331f4b328a1807 /graphics/pixmap/files/patch-Pixmap.c
parent- Update to 4.0.3 (diff)
- Fix build on -current
- Add LICENSE - Trim header PR: 179581 Submitted by: Ports Fury
Diffstat (limited to 'graphics/pixmap/files/patch-Pixmap.c')
-rw-r--r--graphics/pixmap/files/patch-Pixmap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pixmap/files/patch-Pixmap.c b/graphics/pixmap/files/patch-Pixmap.c
new file mode 100644
index 000000000000..19f06f57afa5
--- /dev/null
+++ b/graphics/pixmap/files/patch-Pixmap.c
@@ -0,0 +1,10 @@
+--- Pixmap.c.orig
++++ Pixmap.c
+@@ -67,6 +67,7 @@
+ #include "PixmapP.h"
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <math.h>
+
+ #define XtStrlen(s) ((s) ? strlen(s) : 0)