DtSvc/DtUtil1: fix implicit function declarations
[oweals/cde.git] / cde / lib / DtSvc / DtUtil1 / Saver.c
index 5e7db00ebea7bb297d6b2c0f4a00390e794e8dc3..147ba0c42b0a8b40dc6dd9a8057e6661e6a8dfe8 100644 (file)
@@ -54,6 +54,7 @@
 #include <X11/Intrinsic.h>
 #include <Saver.h>
 #include <SaverP.h>
+#include <Dt/Action.h>
 #include "DtSvcLock.h"
 
 /*
@@ -223,8 +224,8 @@ _DtSaverStart(
   /*
   * Launch saver.
   */
-  DtActionInvoke(wAction, saverAction, NULL, NULL,
-                 NULL, NULL, NULL, NULL, NULL, NULL);
+  DtActionInvoke(wAction, saverAction, NULL, 0,
+                 NULL, NULL, NULL, 0, NULL, NULL);
 
  /*
   * Return array as state information.