Watch applet by Michael Habermann
diff --git a/include/applets.h b/include/applets.h
index d5c2570..de07cc9 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -532,6 +532,9 @@
 #ifdef CONFIG_VLOCK
 	APPLET(vlock, vlock_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
 #endif
+#ifdef CONFIG_WATCH
+	APPLET(watch, watch_main, _BB_DIR_BIN, _BB_SUID_NEVER)
+#endif
 #ifdef CONFIG_WATCHDOG
 	APPLET(watchdog, watchdog_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif