Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk proto_draw.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 30 Nov 2003 17:05:46 -0600 (CST)
guy         2003/11/30 17:05:46 CST

  Modified files:
    gtk                  proto_draw.c 
  Log:
  Not all platforms have <unistd.h> - in particular, Windows doesn't.
  
  If you're using "open()", "close()", "read()", "write()", etc., you
  should include <io.h> on Windows.
  
  Revision  Changes    Path
  1.69      +8 -1      ethereal/gtk/proto_draw.c