From 8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Sat, 14 May 2016 18:57:24 +0200 Subject: lib: Fix header inclusion This fixes wrong header inclusion that would make programs which are not developed within ouroboros fail upon compilation, since they would not find certain headers on their system. --- src/ipcpd/ipcp-ops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/ipcp-ops.h') diff --git a/src/ipcpd/ipcp-ops.h b/src/ipcpd/ipcp-ops.h index 1365f9b6..a766c3ae 100644 --- a/src/ipcpd/ipcp-ops.h +++ b/src/ipcpd/ipcp-ops.h @@ -25,6 +25,7 @@ #define IPCPD_IPCP_OPS_H #include +#include #include struct ipcp_ops { -- cgit v1.2.3