diff src/gaim-remote.c @ 3533:6c32036050cf

[gaim-migrate @ 3607] An automake fix, and a fix for an incredibly blatant Linuxism. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 18 Sep 2002 00:11:45 +0000
parents fc28f412e74d
children 119b8950a1c8
line wrap: on
line diff
--- a/src/gaim-remote.c	Tue Sep 17 16:44:00 2002 +0000
+++ b/src/gaim-remote.c	Wed Sep 18 00:11:45 2002 +0000
@@ -20,7 +20,7 @@
  */
 
 #include "gaim.h"
-#include "getopt.h"
+#include <getopt.h>
 #include "gaim-socket.h"
 
 void show_remote_usage(char *name)