grpc-proxy: Don't attempt to connect if there's no compositor running
[src/agl-compositor.git] / src / main.c
index 5d192b0..8056a9d 100644 (file)
@@ -24,9 +24,9 @@
  */
 
 #include "config.h"
-#include <weston/weston.h>
+#include <weston.h>
 
 int main(int argc, char *argv[])
 {
-       return wet_main(argc, argv);
+       return wet_main(argc, argv, NULL);
 }