Commit 08f40bc0 authored by Lisandro Damián Nicanor Pérez Meyer's avatar Lisandro Damián Nicanor Pérez Meyer
Browse files

Fix libmng test.

libmng pulls in libjpeg. In turn libjpeg requires that code that uses it should
include stdio.h [0].

[0] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461602#10

>

So adding the corresponding include before libmng solves the issue.

Change-Id: I7cfbda727ed5b71b668d6597358a5e9c7d8918bb
Reviewed-by: default avatarDmitry Shachnev <mitya57@gmail.com>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Showing with 1 addition and 0 deletions
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include <stdio.h>
#include <libmng.h> #include <libmng.h>
int main(int, char **) int main(int, char **)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment