diff options
| author | Colin Marquardt <github@marquardt-home.de> | 2006-07-03 18:06:02 +0000 |
|---|---|---|
| committer | cmarqu <cmarqu@users.sourceforge.net> | 2006-07-03 18:06:02 +0000 |
| commit | 6f22a2ff7fb9ff5b640e10bb688210bbf94c5dc1 (patch) | |
| tree | e038ad9ddf125001f1076312d5379ac8a55944ae /src/display/bezier-utils.cpp | |
| parent | undo history (diff) | |
| download | inkscape-6f22a2ff7fb9ff5b640e10bb688210bbf94c5dc1.tar.gz inkscape-6f22a2ff7fb9ff5b640e10bb688210bbf94c5dc1.zip | |
Fix include file (<ieeefp.h>, not <ieefp.h>).
(bzr r1349)
Diffstat (limited to 'src/display/bezier-utils.cpp')
| -rw-r--r-- | src/display/bezier-utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/bezier-utils.cpp b/src/display/bezier-utils.cpp index 04a38c236..7dadc0a7b 100644 --- a/src/display/bezier-utils.cpp +++ b/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> |
