diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2016-05-04 22:34:11 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2016-05-04 22:34:11 +0000 |
| commit | 8907f744ff167dcf9545e2cb089e2831bdd58cd6 (patch) | |
| tree | 2b9b397696c8820e2fd08a07204e38c5e1570743 /include/bitstring.h | |
| parent | dd3f00cbaf11542cacc58ea873ca1adc7c5da2cc (diff) | |
Notes
Diffstat (limited to 'include/bitstring.h')
| -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 cef9d0248d84..6dc91d575c8e 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_ */ |
