Fix some formatting
[oweals/busybox.git] / applets.h
index 4837cb564235421b923ae509832be8b954f78a63..80ff1feb3a0eb89502e41d0508df09b7de79b4d7 100644 (file)
--- a/applets.h
+++ b/applets.h
@@ -362,6 +362,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_UUENCODE
        APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage)
 #endif
+#ifdef BB_WATCHDOG
+       APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage)
+#endif
 #ifdef BB_WC
        APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage)
 #endif