ports/graphics/pixmap/files/patch-Pixmap.c
Martin Wilke 4e6bc77350 - Fix build on -current
- Add LICENSE
- Trim header

PR:		179581
Submitted by:	Ports Fury
2013-06-17 15:01:02 +00:00

10 lines
200 B
C

--- 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)