A small patch from Moronori Shindo to fix compiles under MSVC etc ...

svn path=/trunk/; revision=4026
This commit is contained in:
Richard Sharpe 2001-10-13 12:05:32 +00:00
parent 0adf5001dc
commit bd4a2b48b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* prefs_dlg.c
* Routines for handling preferences
*
* $Id: prefs_dlg.c,v 1.28 2001/10/13 07:56:27 guy Exp $
* $Id: prefs_dlg.c,v 1.29 2001/10/13 12:05:32 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -46,6 +46,7 @@
#endif
#include "main.h"
#include "gtkglobals.h"
#include "packet.h"
#include "file.h"
#include "prefs.h"