blob: 19f06f57afa548a16f8ccd3f8e6cdde558986c59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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)
|