Lagom: Fix build

This commit is contained in:
Andreas Kling 2019-11-19 11:14:26 +01:00
commit 0ddde627b1
Notes: sideshowbarker 2024-07-19 11:09:00 +09:00
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