5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:51:44 +08:00

[linux] Add stdint.h include

This commit is contained in:
Lea Anthony 2022-02-17 21:23:24 +11:00
parent a750d2d507
commit 6e8d65e3aa
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -10,6 +10,7 @@ package linux
#include "webkit2/webkit2.h"
#include <stdio.h>
#include <limits.h>
#include "stdint.h"
void ExecuteOnMainThread(void* f, gpointer jscallback) {