diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 9fc59cda5..0786c39eb 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -284,6 +284,9 @@ | |||
284 | #ifdef BB_NSLOOKUP | 284 | #ifdef BB_NSLOOKUP |
285 | APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) | 285 | APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) |
286 | #endif | 286 | #endif |
287 | #ifdef BB_PIDOF | ||
288 | APPLET(pidof, pidof_main, _BB_DIR_BIN) | ||
289 | #endif | ||
287 | #ifdef BB_PING | 290 | #ifdef BB_PING |
288 | APPLET(ping, ping_main, _BB_DIR_BIN) | 291 | APPLET(ping, ping_main, _BB_DIR_BIN) |
289 | #endif | 292 | #endif |