Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 main.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Oct 2002 19:29:13 -0500 (CDT)
guy         2002/10/24 19:29:13 CDT

  Modified files:
    gtk2                 main.c 
  Log:
  At least according to the UNIX 98 spec, you need to include <unistd.h>
  to declare "getopt()" and the variables it uses; tethereal.c already
  includes it, but gtk/main.c and gtk2/main.c, which also use "getopt()",
  don't - make them do so.
  
  Revision  Changes    Path
  1.17      +5 -1      ethereal/gtk2/main.c