From d4d96fd0334b6f54f2ae76f6318516720dbdb4ab Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 1 Jun 2002 20:22:59 +0000
Subject: [PATCH] Include <config.h>. (main): Changed return type to int.

---
 remote.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/remote.c b/remote.c
index b5ecd47..5168ad4 100644
--- a/remote.c
+++ b/remote.c
@@ -28,6 +28,10 @@
  * Bugs and commentary to x_cbug@netscape.com.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -564,7 +568,7 @@ usage (void)
 }
 
 
-void
+int
 main (int argc, char **argv)
 {
   Display *dpy;
-- 
GitLab