Skip to content

Commit e61f2b4

Browse files
committed
[FIX] Solving PR conflicts
1 parent dd56172 commit e61f2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#include "http.h"
22
#include "sock.h"
3+
#include "utils.h"
34
#include <assert.h>
45
#include <fcntl.h>
56
#include <stdio.h>
67
#include <stdlib.h>
78
#include <string.h>
89
#include <sys/socket.h>
910
#include <sys/file.h>
10-
#include "utils.h"
1111

1212
const char *CONTENT_LENGTH = "Content-Length: ";
1313
const char *GET_REQ_TEMPLATE =

0 commit comments

Comments
 (0)