diff options
Diffstat (limited to 'src/socket_wrapper.c')
| -rw-r--r-- | src/socket_wrapper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c index bf84dbe..523b32a 100644 --- a/src/socket_wrapper.c +++ b/src/socket_wrapper.c @@ -76,6 +76,9 @@ #ifdef HAVE_GNU_LIB_NAMES_H #include <gnu/lib-names.h> #endif +#ifdef HAVE_RPC_RPC_H +#include <rpc/rpc.h> +#endif enum swrap_dbglvl_e { SWRAP_LOG_ERROR = 0, |
