blob: 46d7aa59ef5eb621f128d817b731ba3020ab9582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.4 2006/07/04 15:46:34 drochner Exp $
--- src/display/bezier-utils.cpp.orig 2006-06-23 21:33:46.000000000 +0200
+++ src/display/bezier-utils.cpp
@@ -30,7 +30,7 @@
#endif
#ifdef HAVE_IEEEFP_H
-# include <ieefp.h>
+# include <ieeefp.h>
#endif
#include <glib/gmessages.h>
|