mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibIPC: Add missing <signal.h> include
This commit is contained in:
parent
0221affb31
commit
561c18726f
Notes:
sideshowbarker
2024-07-18 01:57:37 +09:00
Author: https://github.com/awesomekling
Commit: 561c18726f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
#include <RequestServer/GeminiProtocol.h>
|
#include <RequestServer/GeminiProtocol.h>
|
||||||
#include <RequestServer/HttpProtocol.h>
|
#include <RequestServer/HttpProtocol.h>
|
||||||
#include <RequestServer/HttpsProtocol.h>
|
#include <RequestServer/HttpsProtocol.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
int main(int, char**)
|
int main(int, char**)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue