diff options
| author | Roy Marples <roy@marples.name> | 2019-08-28 15:07:13 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-08-28 15:07:13 +0100 |
| commit | 61091306f58db5db2c4c3ae9fcf210563966604b (patch) | |
| tree | 297ff14f722b5a8bc64a2e84ac0c4fb4c694e373 /compat | |
| parent | 00c8d0e9848f9e1d3136e48a98aefd97eb90c694 (diff) | |
| download | dhcpcd-61091306f58db5db2c4c3ae9fcf210563966604b.tar.xz | |
Fix compile on Linux.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/rb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/rb.c b/compat/rb.c index e5fcaf6d..3c0bed5f 100644 --- a/compat/rb.c +++ b/compat/rb.c @@ -30,6 +30,7 @@ */ #include "config.h" +#include "common.h" #if !defined(_KERNEL) && !defined(_STANDALONE) #include <sys/types.h> |
