Cherry pick from curlthreading2

This commit is contained in:
Aleric Inglewood
2012-09-04 23:34:11 +02:00
parent b4a7fa1ad9
commit f1c635d103

View File

@@ -32,7 +32,12 @@
#ifndef LL_LLPNGWRAPPER_H
#define LL_LLPNGWRAPPER_H
#ifdef LL_STANDALONE
#include <png.h>
#else
// Workaround for wrongly packaged prebuilt.
#include "libpng15/png.h"
#endif
#include "llimage.h"
class LLPngWrapper