aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index b7b0657b6..3cdf28fab 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1071,4 +1071,7 @@ extern const char bb_default_login_shell[];
1071#include <dmalloc.h> 1071#include <dmalloc.h>
1072#endif 1072#endif
1073 1073
1074
1075#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
1076
1074#endif /* __LIBBUSYBOX_H__ */ 1077#endif /* __LIBBUSYBOX_H__ */