Skip to content

Commit 75fd24e

Browse files
committed
Fixed: Fixed x11 build
1 parent bed6776 commit 75fd24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen/screengrab_c.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "../base/bitmap_free_c.h"
2-
#include "screen_c.h"
32
#include <stdlib.h> /* malloc() */
43

54
#if defined(IS_MACOSX)
@@ -14,6 +13,7 @@
1413
#elif defined(IS_WINDOWS)
1514
#include <string.h>
1615
#endif
16+
#include "screen_c.h"
1717

1818
#if defined(IS_MACOSX) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > MAC_OS_VERSION_14_4
1919
static CGImageRef capture15(CGDirectDisplayID id, CGRect diIntersectDisplayLocal, CGColorSpaceRef colorSpace) {

0 commit comments

Comments
 (0)