mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-09 22:49:42 +00:00
build: Fix compilation on win32
When compiling using the win32 build system, config.h is not available nor needed. Fixes: pixman-glyph.c(26) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory
This commit is contained in:
parent
21077e1b83
commit
4cbeb0aedc
@ -23,10 +23,14 @@
|
||||
*
|
||||
* Author: Soren Sandmann <sandmann@cs.au.dk>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#include "pixman-private.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct glyph_metrics_t glyph_metrics_t;
|
||||
typedef struct glyph_t glyph_t;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user