1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/xfig-devel/files/patch-w_drawprim.c
Dejan Lesjak 12acad74b9 Add a patch to include a missing header. This fixes coredump when trying
to insert a picture.

PR:		ports/92222
Submitted by:	Steven G. Kargl ( kargl at troutmask.apl.washington.edu )
2006-01-25 20:35:19 +00:00

11 lines
262 B
C

--- w_drawprim.c.orig Tue Jan 24 23:42:51 2006
+++ w_drawprim.c Tue Jan 24 23:43:11 2006
@@ -35,6 +35,7 @@
#include "paintop.h"
#include "mode.h"
#include "object.h"
+#include "u_create.h"
#include "u_fonts.h"
#include "w_canvas.h"
#include "w_drawprim.h"