freebsd-ports/graphics/xpaint/files/patch-rw__readWritePNG.c
Johan van Selst 3921593dae - Update xpaint to 2.9.9
- Now using GNU configure rather than Imakefiles
- Dependens on new port x11-toolkits/libxaw3dxft
2012-02-19 09:40:21 +00:00

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