forked from Lainports/freebsd-ports
- Now using GNU configure rather than Imakefiles - Dependens on new port x11-toolkits/libxaw3dxft
23 lines
489 B
C
23 lines
489 B
C
--- rw/readWritePNG.c.orig 2010-05-14 06:24:49.000000000 +0900
|
|
+++ rw/readWritePNG.c 2010-06-24 04:56:04.000000000 +0900
|
|
@@ -10,16 +10,15 @@
|
|
#include <stdlib.h>
|
|
#include <png.h>
|
|
|
|
-typedef char *String;
|
|
-#include <messages.h>
|
|
-#include <image.h>
|
|
-#include "rwTable.h"
|
|
-
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Intrinsic.h>
|
|
#include "xpaint.h"
|
|
#include "../version.h"
|
|
|
|
+#include <messages.h>
|
|
+#include <image.h>
|
|
+#include "rwTable.h"
|
|
+
|
|
#ifndef TRUE
|
|
# define TRUE 1
|
|
# define FALSE 0
|