Skip to content

Commit e50a4ca

Browse files
committed
Fix one (of many) build issues on Windows
1 parent e329521 commit e50a4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/desktop-trampoline.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <errno.h>
22
#include <fcntl.h>
33
#include <stdarg.h>
4+
#include <stdint.h>
45
#include <stdio.h>
56
#include <stdlib.h>
67
#include <string.h>

0 commit comments

Comments
 (0)