mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
12acad74b9
to insert a picture. PR: ports/92222 Submitted by: Steven G. Kargl ( kargl at troutmask.apl.washington.edu )
11 lines
262 B
C
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"
|