mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibIPC: Add missing <signal.h> include
This commit is contained in:
parent
0221affb31
commit
561c18726f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <RequestServer/GeminiProtocol.h>
|
||||
#include <RequestServer/HttpProtocol.h>
|
||||
#include <RequestServer/HttpsProtocol.h>
|
||||
#include <signal.h>
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue