1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

Lagom: Fix build

This commit is contained in:
Andreas Kling 2019-11-19 11:14:26 +01:00
parent a12292bd03
commit 0ddde627b1
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
#include <LibCore/CGzip.h>
#include <LibCore/CHttpJob.h>
#include <LibCore/CHttpResponse.h>
#include <LibCore/CTCPSocket.h>
#include <stdio.h>
#include <unistd.h>
#include <CGzip.h>
#define CHTTPJOB_DEBUG