diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/bitstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bitstring.h b/include/bitstring.h index cef9d0248d847..6dc91d575c8e5 100644 --- a/include/bitstring.h +++ b/include/bitstring.h @@ -29,6 +29,8 @@ #ifndef _BITSTRING_H_ #define _BITSTRING_H_ +#include <stdlib.h> +#include <strings.h> #include <sys/bitstring.h> #endif /* _BITSTRING_H_ */ |
