mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
10 lines
200 B
C
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)
|