diff options
author | 2017-12-03 12:51:28 +0100 | |
---|---|---|
committer | 2017-12-03 12:51:28 +0100 | |
commit | eabce5e2348252945ad91b87b1ff91c3731b0ce5 (patch) | |
tree | 1f0de6b93793e2561025f5ce733c87fb06eea019 /media-gfx/uniconvertor/files | |
parent | app-text/fbpdf: Block !media-gfx/fbida[fbcon] (bug #622324). (diff) | |
download | gentoo-eabce5e2348252945ad91b87b1ff91c3731b0ce5.tar.gz gentoo-eabce5e2348252945ad91b87b1ff91c3731b0ce5.tar.bz2 gentoo-eabce5e2348252945ad91b87b1ff91c3731b0ce5.zip |
media-gfx/uniconvertor: Add missing include.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-gfx/uniconvertor/files')
-rw-r--r-- | media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch new file mode 100644 index 000000000000..c344f8b1c54d --- /dev/null +++ b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch @@ -0,0 +1,10 @@ +--- a/src/uc2/formats/sk1/sk1objs/curvelow.c ++++ b/src/uc2/formats/sk1/sk1objs/curvelow.c +@@ -24,6 +24,7 @@ + + + #include "math.h" ++#include <stdlib.h> /* abs() */ + // #include "X11/Xlib.h" + #include "curvelow.h" + |