commit ec5e93010f733077fdde91f4f2f7194673837fef
parent f5ad76a2c36644b43a1f7bcacc310f794f1e5aa3
Author: Manuel Kniep <m.kniep@web.de>
Date: Sat, 7 Jan 2017 18:07:34 -0400
add missing includes (#163)
to make includes order independent
Diffstat:
includes/http.h | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/includes/http.h b/includes/http.h
@@ -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