diff options
| author | Roy Marples <roy@marples.name> | 2019-08-30 10:34:44 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-08-30 10:34:44 +0000 |
| commit | 0c73f4f84105cd7f4597dd0693ade0e3842175c6 (patch) | |
| tree | f2663c585b498c975ee201ce7a555e7e649df3ba /compat | |
| parent | d4da3b175bd5bbf7a7f308d7dc5d3144349ea070 (diff) | |
| download | dhcpcd-0c73f4f84105cd7f4597dd0693ade0e3842175c6.tar.xz | |
Solaris: Fix compile.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/rbtree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/rbtree.h b/compat/rbtree.h index 9d1b629f..656da22a 100644 --- a/compat/rbtree.h +++ b/compat/rbtree.h @@ -33,6 +33,7 @@ #define _SYS_RBTREE_H_ #include "config.h" +#include "common.h" #if defined(_KERNEL) || defined(_STANDALONE) #include <sys/types.h> |
