Skip to content

Commit

Permalink
Added missing socket.h header include.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellabyte committed Nov 25, 2016
1 parent 8db2cc7 commit 6f81105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/haywire/http_server.c
Expand Up @@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <haywire.h>
#include "uv.h"
#include "hw_string.h"
Expand Down

0 comments on commit 6f81105

Please sign in to comment.