diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-14 18:57:24 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-14 18:57:24 +0200 |
commit | 8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9 (patch) | |
tree | 023099499dd9cd60107dd9ca75af94e5987754cf /src/ipcpd | |
parent | 0cbf6e091c66b7d5004a4fc3b368fc2fcdd4fe8a (diff) | |
download | ouroboros-8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9.tar.gz ouroboros-8f1e46eab45ba0f497f05d6fe18fb83d8590b3e9.zip |
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.
Diffstat (limited to 'src/ipcpd')
-rw-r--r-- | src/ipcpd/ipcp-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ouroboros/dif_config.h> +#include <ouroboros/common.h> #include <sys/types.h> struct ipcp_ops { |