mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
Merge branch 'lzo' into 'master'
Fix include paths for LZO headers See merge request cairo/cairo!583
This commit is contained in:
commit
781cf20bf9
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#include <zlib.h>
|
||||
|
||||
#if HAVE_LZO
|
||||
#include <lzo/lzo2a.h>
|
||||
#include <lzo2a.h>
|
||||
#endif
|
||||
|
||||
#define CHUNK_SIZE 32768
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
#endif
|
||||
|
||||
#if HAVE_LZO
|
||||
#include <lzo/lzo2a.h>
|
||||
#include <lzo2a.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <zlib.h>
|
||||
|
||||
#if HAVE_LZO
|
||||
#include <lzo/lzo2a.h>
|
||||
#include <lzo2a.h>
|
||||
#endif
|
||||
|
||||
#define DEBUG_SCAN 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue