Fixed a memory leak in lash. It seems that close_all was calling close()
[oweals/busybox.git] / applets.h
index dbb234963a21a95ceec3d8a4e711b3e4d3ab4e75..36817fef73c9dd4b8d438f9e4381b1a1d094cb87 100644 (file)
--- a/applets.h
+++ b/applets.h
 #ifdef BB_TEST
        APPLET(test, test_main, _BB_DIR_USR_BIN)
 #endif
+#ifdef BB_TFTP
+       APPLET(tftp, tftp_main, _BB_DIR_USR_BIN)
+#endif
 #ifdef BB_TOUCH
        APPLET(touch, touch_main, _BB_DIR_BIN)
 #endif