webext: add missing gio/gunixfdlist.h includes
commite9b7ec6722545a5a41f7d28d7fa873453b636aa0
authorPetr Vaněk <arkamar@atlas.cz>
Fri, 21 Oct 2022 14:36:14 +0000 (21 16:36 +0200)
committerQuentin Rameau <quinq@fifth.space>
Sat, 22 Oct 2022 11:07:19 +0000 (22 13:07 +0200)
tree776842440aa2a87db5a856a1d23224cf4c9daa8b
parent665a709b522a6fa18c671f1fc41297603292d0e8
webext: add missing gio/gunixfdlist.h includes

This resolves two set of warnings pointed by compiler
-Wimplicit-function-declaration and -Wint-conversion, where the later
one can result with segfault caused by invalid cast from int to pointer.

Fixes: 665a709b522a ("webext: Exchange fd over webkit messages")
surf.c
webext-surf.c