Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
cekage committed Sep 3, 2017
1 parent 5539596 commit cfc68dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http_request.h
Expand Up @@ -20,6 +20,8 @@
#ifndef HTTP_REQUEST_H
#define HTTP_REQUEST_H

#include <stddef.h>

#include "shared.h"

typedef struct MemoryStruct {
Expand Down

0 comments on commit cfc68dd

Please sign in to comment.