add missing includes (#163)

to make includes order independent
This commit is contained in:
Manuel Kniep 2017-01-07 18:07:34 -04:00 committed by Joris Vink
parent f5ad76a2c3
commit ec5e93010f

View File

@ -19,6 +19,9 @@
#ifndef __H_HTTP_H
#define __H_HTTP_H
#include <sys/types.h>
#include <sys/queue.h>
#if defined(__cplusplus)
extern "C" {
#endif