Skip to content

Commit f530beb

Browse files
added necessary includes
seems to be a problem with newer glibc
1 parent 16be441 commit f530beb

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

common/drawable_desc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <stdio.h>
2+
#include <xorg-server.h>
23

34
#include "pixmaputil.h"
45

common/get_first_pixel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <xorg-server.h>
2+
13
#include "pixmapstr.h"
24
#include "pixmaputil.h"
35

common/picture_desc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <xorg-server.h>
2+
13
#include "picturestr.h"
24
#include "pixmaputil.h"
35
#include "pictureutil.h"

common/picture_solid.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <xorg-server.h>
2+
13
#include "picturestr.h"
24
#include "pixmapstr.h"
35
#include "pictureutil.h"

common/transform.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <xorg-server.h>
2+
13
#include "picturestr.h"
24
#include "pictureutil.h"
35

0 commit comments

Comments
 (0)