passwd: small size optimization. salt generation improved
[oweals/busybox.git] / libbb / get_last_path_component.c
index c950faeb35d26a8d5b40a44f57d3d70945265438..31190972668dda1ea004d3cf19cd68e579d844d6 100644 (file)
@@ -7,6 +7,8 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
+#include "libbb.h"
+
 char *bb_get_last_path_component(char *path)
 {
        char *first = path;