diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
| commit | 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch) | |
| tree | 49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /include | |
| parent | 87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff) | |
| download | busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.bz2 busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip | |
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index ed9a562ff..c7bf33ef8 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #include <poll.h> | 41 | #include <poll.h> |
| 42 | #include <sys/ioctl.h> | 42 | #include <sys/ioctl.h> |
| 43 | #include <sys/mman.h> | 43 | #include <sys/mman.h> |
| 44 | #include <sys/resource.h> | ||
| 44 | #include <sys/socket.h> | 45 | #include <sys/socket.h> |
| 45 | #include <sys/stat.h> | 46 | #include <sys/stat.h> |
| 46 | #include <sys/time.h> | 47 | #include <sys/time.h> |
